[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 15:17:37 PST 2011


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





--- Comment #6 from Darin Adler <darin at apple.com>  2011-01-28 15:17:37 PST ---
(From update of attachment 80498)
I’d like to see a test that covers trying to set the selected index to -2.

For future reference, you can sometimes make better tests by putting more of the test into the shouldBe function:

    shouldBe("selectElement.selectedIndex = 0; selectElement.selectedIndex", "0");

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