[Webkit-unassigned] [Bug 11779] REGRESSION: cannot change disabled SELECT value from JS (probable AJAX bug prevents booking at bmi flight site)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 7 10:55:48 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=11779
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|probable AJAX bug prevents |REGRESSION: cannot change
|booking at bmi flight site |disabled SELECT value from
| |JS (probable AJAX bug
| |prevents booking at bmi
| |flight site)
Priority|P2 |P1
Keywords| |NeedsRadar, Regression
Ever Confirmed|0 |1
Component|New Bugs |Forms
Status|UNCONFIRMED |NEW
CC| |adele at apple.com
Severity|Blocker |Major
------- Comment #2 from ap at webkit.org 2007-01-07 10:55 PDT -------
This has regressed with r16663 (initial implementation of engine-based list box
control):
* html/HTMLOptionElement.cpp:
(WebCore::HTMLOptionElement::setSelected): Doesn't allow selection to
be changed here if the option is disabled.
(WebCore::HTMLOptionElement::disabled): Added. Checks the parent's
disabled status.
* html/HTMLOptionElement.h: Added disabled method.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list