Using the standard JQueryUI's autocomplete in Seaside 3.0 there is a bug. When scrolling through selections in the menu and hitting the enter key to select, it works. However, when scrolling through and then using the mouse to select only the search terms and not the completed word is returned. For example, if I am searching for "seaside" and type "s" then scroll to "seaside and hit enter, the word "seaside" is available in the callback. However typing in "s" then scrolling to "seaside" and clicking it with the mouse, only the letter "s" is returned to the callback. A description and solution (in javascript) is posted here: http://old.nabble.com/-autocomplete--Incorrect-selection-on-mouse-click-in- IE7%2B-td25819409s27240.html I could not figure out a fix with the existing jqueryui min provided in seaside. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Looks like this is a known jQueryUI bug in IE7? If so, this will
probably be fixed in one of the coming jQueryUI releases. There is not much Seaside can do about this. In the meantime you could create your own patched WAFileLibrary.. Lukas On Friday, October 22, 2010, tmurray <[hidden email]> wrote: > > Using the standard JQueryUI's autocomplete in Seaside 3.0 there is a bug. > > When scrolling through selections in the menu and hitting the enter key to > select, it works. > > However, when scrolling through and then using the mouse to select only the > search terms and not the completed word is returned. > > For example, if I am searching for "seaside" and type "s" then scroll to "seaside > and hit enter, the word "seaside" is available in the callback. However typing > in "s" then scrolling to "seaside" and clicking it with the mouse, only the > letter "s" is returned to the callback. > > A description and solution (in javascript) is posted here: > > http://old.nabble.com/-autocomplete--Incorrect-selection-on-mouse-click-in- > IE7%2B-td25819409s27240.html > > I could not figure out a fix with the existing jqueryui min provided in seaside. > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thank you, I will do that. On Fri, Oct 22, 2010 at 11:38 AM, Lukas Renggli <[hidden email]> wrote: Looks like this is a known jQueryUI bug in IE7? If so, this will _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |