Bug 54817
Summary: | Clicking on a disabled <input type=range> control kills mouse events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ian 'Hixie' Hickson <ian> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Ian 'Hixie' Hickson
STEPS TO REPRODUCE
1. Load http://junkyard.damowmow.com/452
2. Click on a text field. Notice that it gets focus.
3. Click on the other text field. Notice that it gets focus.
4. Click on the disabled range control.
5. Click on the first text field again.
EXPECTED RESULTS
First text field should get focus again.
ACTUAL RESULTS
Mouse events stop working after clicking a disabled range control.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I cannot reproduce this with nightly r78794 on Mac OS X 10.6.6. Also cannot reproduce with shipping Safari/WebKit 5.0.3.
I can reproduce something different though - the knob on a disabled range control is draggable. Will file a separate bug.
Ryosuke Niwa
Can't reproduce either.