[Webkit-unassigned] [Bug 153402] New: Zoom doesn't work anymore when width=device-width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 23 19:52:15 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153402

            Bug ID: 153402
           Summary: Zoom doesn't work anymore when width=device-width
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andre at webkr.de

When a page has width=device-width set, the double-tap-and-hold zoom gesture doesn't work anymore, even when the tap hit only elements that don't handle click events.

Without width=device-width set: http://output.jsbin.com/femivot/
With width=device-width set: http://output.jsbin.com/lecici/
What happens: Double-tap-and-hold zoom doesn't work on the second link (https://www.youtube.com/watch?v=ashLZBGPRhg)

I believe this might be a side-effect of the solution from https://bugs.webkit.org/show_bug.cgi?id=150604, but shouldn't the zoom functionality not only be removed from clickable elements? So if a tap hits no element that is a link, has an onclick handler bound or a focus-sensitive pseudoclass - basically if a tap has no effect - the zoom should still work after a subsequent tap-and-hold?

-- 
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/20160124/7681baa2/attachment-0001.html>


More information about the webkit-unassigned mailing list