Viewing 4 replies - 1 through 4 (of 4 total)
  • The first one’s a great catch, and I’ll try to get to it sometime this week.

    I’m not a big fan of making actions happen on mouseOut. It’s a usability issue for people who can’t hold a mouse steady or have a jumbo mouse pointer due to visibility issues and have to move it out of the way to read the text.

    If you really want to do this, open up daves-wordpress-live-search.js.php and comment out lines 71 & 72. Replace them with:

    this.resultsElement.mouseOut(LiveSearch.hideResults);

    That should do the trick. Just remember you’ll have to make this patch every time you upgrade the plugin, too.

    Thanks,
    Dave

    Thread Starter foochain

    (@foochain)

    Thanks, I’ll give that a try.

    All my cross-browser testing toys are at work, but could you test the current development version of the plugin? It’s at http://downloads.wordpress.org/plugin/daves-wordpress-live-search.zip

    It should work identically to the current release, but the search results stay with the input field when the browser window is resized.

    Thread Starter foochain

    (@foochain)

    Sweet, it works perfectly! I tested it on a mac with firefox 3.5.9 and safari 4.0.5 and on a pc with IE 8.

    Thanks for such a quick response.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Dave’s WordPress Live Search] An issue with alignment’ is closed to new replies.