[Webkit-unassigned] [Bug 52436] Setting "selected" attribute to false should have no effect in single line <select> (affects jQuery)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 14:36:30 PST 2011


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


Emil A Eklund <eae at chromium.org> changed:

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




--- Comment #4 from Emil A Eklund <eae at chromium.org>  2011-01-28 14:36:30 PST ---
Created an attachment (id=80498)
 --> (https://bugs.webkit.org/attachment.cgi?id=80498&action=review)
Patch

While the original specification doesn't specify a behavior for this case the HTML5 [1] draft does. This patch changes the behavior to match the HTML5 draft specification and to match the Mozilla behavior. IE selects the last selectable element rather than the first but apart from that exhibits the same behavior.

1: http://dev.w3.org/html5/spec/Overview.html#the-select-element

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