[Webkit-unassigned] [Bug 97663] New: [BlackBerry] [DRT] Skip region of interest zooming when running DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 05:18:07 PDT 2012


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

           Summary: [BlackBerry] [DRT] Skip region of interest zooming
                    when running DRT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xiaobo.wang at torchmobile.com.cn


Region of interest mechanism is preventing eventSender.mouseMoveTo() from working correctly.
DRT test fast/forms/textarea-scrolled-endline-caret.html failed for this reason.
When we set focus on the textarea control, it was automatically zoomed in (scaleFactor == 2) by the region of interest mechanism. When we call eventSender.mouseMoveTo(), the point was transformed back, so position (90, 20) became (45, 10), mouse was moved to the wrong place.

Should disable automatic zooming for DRT.

-- 
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