[Webkit-unassigned] [Bug 27950] New: Mouse scroll wheel listener is ignored with ctrl-key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 13:46:44 PDT 2009


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

           Summary: Mouse scroll wheel listener is ignored with ctrl-key
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: imranm1 at gmail.com


Mouse scroll wheel listener is ignored if ctrl-key is held down and mouse
scroll wheel is moved up or down.  This behavior occurs only in Safari 4.0.2
(530.19.1) on Windows XP OS.  Safari on Mac works as expected.

FF and IE does not exhibit this behavior on Windows XP OS.

To reproduce:
1) Open the attached html page in Safari browser.
2) Bring mouse icon inside the rectangle box and scroll mouse wheel.  You'll
see scroll wheel values displayed.
3) Now hold down ctrl-key, and scroll mouse wheel again.  The font and graphic
on the page will increase or decrease as if no mouse wheel listener exist.

This shouldn't happen since a mouse scroll wheel listener is registered for the
rectangle div.

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