[Webkit-unassigned] [Bug 27658] Webkit ignores PgUp/PgDown/Home/End in SELECT tag objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 12:19:24 PDT 2011


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88472|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #45 from David Levin <levin at chromium.org>  2011-04-06 12:19:24 PST ---
(From update of attachment 88472)
So this was the fix:

 103static int previousSelectableListIndex(SelectElementData& data, Element* element, int startIndex)
 104{
 105    if (startIndex == -1)
 106        startIndex = data.listItems(element).size();

OK, that mimics what was there before.

-- 
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