| Summary: | Do not send touch events to the slider's thumb when it does not have a renderer. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||
| Component: | DOM | Assignee: | zalan <zalan> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | commit-queue, ddkilzer, simon.fraser | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 255539 [details]
Patch
Need to find a way to mark the test iOS only. (In reply to comment #3) > Need to find a way to mark the test iOS only. Most of the platform-only tests live in LayoutTests/platform/ios-simulator/ios/. Created attachment 255556 [details]
Patch
(In reply to comment #4) > (In reply to comment #3) > > Need to find a way to mark the test iOS only. > > Most of the platform-only tests live in > LayoutTests/platform/ios-simulator/ios/. Thanks! Created attachment 255557 [details]
Patch
Comment on attachment 255557 [details] Patch Clearing flags on attachment: 255557 Committed r185955: <http://trac.webkit.org/changeset/185955> All reviewed patches have been landed. Closing bug. Mass move bugs into the DOM component. |
1. <input type="range"> 2. input[type="range"]::-webkit-slider-thumb { display: none; } 3. Send touch event to the input element. -> crash.