[Webkit-unassigned] [Bug 32533] Add support to set input element's suggestion value from auto-complete menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 14:51:07 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32533


Zelidrag Hornung <zelidrag at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45614|0                           |1
        is obsolete|                            |
  Attachment #45687|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Zelidrag Hornung <zelidrag at chromium.org>  2009-12-30 14:51:06 PST ---
Created an attachment (id=45687)
 --> (https://bugs.webkit.org/attachment.cgi?id=45687)
PopupMenuClient changes needed for autocomplete suggestions displaying in input
elements.

Fixed minor issues from Dimitry's comments:
- minor namespace issues, and
- made string concatenation little bit safer from UTF16 perspective - now I
check for prefix match explicitly even though that probably could not have been
an issue with extended UTF16 glyphs since both sides of the comparison come
from typed values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list