[Webkit-unassigned] [Bug 82609] New: [Qt] Find zoomable area using area-based hit-testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 06:50:14 PDT 2012


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

           Summary: [Qt] Find zoomable area using area-based hit-testing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com


The current implementation of tap-to-zoom uses a normal hit-testing and simply walks the DOM-tree to find a suitable zoomable area.

This fails to catch almost all cases of CSS layout that doesn't follow flow. A better solution is to use the areas returned by a rect-based hit-testing and returning the best zoomable area from the result.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list