Bug 146307 - Do not send touch events to the slider's thumb when it does not have a renderer.
Summary: Do not send touch events to the slider's thumb when it does not have a renderer.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-24 20:38 PDT by zalan
Modified: 2019-02-06 09:19 PST (History)
3 users (show)

See Also:


Attachments
Patch (6.20 KB, patch)
2015-06-24 20:56 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (6.15 KB, patch)
2015-06-25 08:26 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (6.24 KB, patch)
2015-06-25 08:57 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-06-24 20:38:21 PDT
1. <input type="range">
2. input[type="range"]::-webkit-slider-thumb { display: none; }
3. Send touch event to the input element.
-> crash.
Comment 1 zalan 2015-06-24 20:38:39 PDT
rdar://problem/21539399
Comment 2 zalan 2015-06-24 20:56:38 PDT
Created attachment 255539 [details]
Patch
Comment 3 zalan 2015-06-24 20:57:03 PDT
Need to find a way to mark the test iOS only.
Comment 4 David Kilzer (:ddkilzer) 2015-06-25 01:42:47 PDT
(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/.
Comment 5 zalan 2015-06-25 08:26:54 PDT
Created attachment 255556 [details]
Patch
Comment 6 zalan 2015-06-25 08:27:30 PDT
(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!
Comment 7 zalan 2015-06-25 08:57:15 PDT
Created attachment 255557 [details]
Patch
Comment 8 WebKit Commit Bot 2015-06-25 10:42:51 PDT
Comment on attachment 255557 [details]
Patch

Clearing flags on attachment: 255557

Committed r185955: <http://trac.webkit.org/changeset/185955>
Comment 9 WebKit Commit Bot 2015-06-25 10:42:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 10 Lucas Forschler 2019-02-06 09:19:14 PST
Mass move bugs into the DOM component.