[Webkit-unassigned] [Bug 142789] New: Scroll latching logic can get stuck in "scrollable=no" iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 13:19:12 PDT 2015


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

            Bug ID: 142789
           Summary: Scroll latching logic can get stuck in "scrollable=no"
                    iframes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Certain advertisements on website are hosted inside iframes that have content areas that are larger than their on-page dimensions. The iframes are marked with 'scrollinge="no"' to prevent them from scrolling content.

The latching logic didn't understand this case, and would only consider whether the iframe had scrollable content (which it does in this case), ignoring the 'scrolling="no"' declaration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150317/4c4b1f5f/attachment-0002.html>


More information about the webkit-unassigned mailing list