[Webkit-unassigned] [Bug 32641] The selected property of <option> elements is not always up to date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 18:09:04 PST 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |jamesr at chromium.org
                   |kit.org                     |
  Attachment #45024|0                           |1
        is obsolete|                            |
  Attachment #45852|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from James Robinson <jamesr at chromium.org>  2010-01-04 18:09:03 PST ---
Created an attachment (id=45852)
 --> (https://bugs.webkit.org/attachment.cgi?id=45852)
Calls recalcListItems() when the "</select>" is parsed to match Firefox
behavior

This patch causes the list items and selected states to be updated when the
"</select>" is parsed, which matches Firefox's behavior.  To verify this run
the test case in Firefox and move the <script> block to be immediately before
the </select>.

Doing this in the finishedParsingChildren() call is a bit weird, but I think
the current behavior is even weirder and clearly wrong in some cases.

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