[Webkit-unassigned] [Bug 27942] Form Reset does not work per w3c standard when single selection SELECT element has more than one option marked as selected.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 10:31:54 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34007|review?                     |review-
               Flag|                            |




--- Comment #11 from Darin Adler <darin at apple.com>  2009-08-04 10:31:52 PDT ---
(From update of attachment 34007)
This patch looks wrong. As written all it does is rename the boolean to
"isOptionSelected" and add a new, never-used "selectedOption".

> +            selectedOption=optionElement;

Missing spaces around the "=" here.

> +</form></body></html>
> \ No newline at end of file

Please add the newline.

> Property changes on: LayoutTests/fast/forms/select-reset-multiple-selections-4-single-selection.html
> ___________________________________________________________________
> Added: svn:executable
>    + *

Please don't check in executable .html files. You can fix this by using chmod
-x before adding the file to Subversion, or svn pd svn:executable after adding
the file to Subversion.

review- because the code change as posted doesn't seem to do anything!

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