[Webkit-unassigned] [Bug 167090] New: touchmove event breaks overflow-scrolling in <details>-element since iOS 10
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 16 06:40:18 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167090
Bug ID: 167090
Summary: touchmove event breaks overflow-scrolling in
<details>-element since iOS 10
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: iPhone / iPad
OS: iOS 10
Status: NEW
Severity: Normal
Priority: P2
Component: Event Handling
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rheinen at ebay.com
Created attachment 298957
--> https://bugs.webkit.org/attachment.cgi?id=298957&action=review
HTML-File to reproduce the bug
Overflow-Scrolling in context of details-element stopped working in iOS 10.
This is reproducible with the attached file in Chrome and Safari on iOS 10.
Steps to Reproduce:
1. The dom consists of the html-element <details>
2. Add other elements inside <details> that are longer than the details-item itself so it overflows and is scrollable. The content must contain interactive elements.
3. Add an event listener for a touch event on that page
Expected Results:
The list should be scrollable.
Actual Results:
On iOS 10 the list is only scrollable outside of the link-area (on list-item-points).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170116/2117bcf6/attachment.html>
More information about the webkit-unassigned
mailing list