Bug 27950 - Mouse scroll wheel listener is ignored with ctrl-key
Summary: Mouse scroll wheel listener is ignored with ctrl-key
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 13:46 PDT by imranm1
Modified: 2009-08-03 13:51 PDT (History)
0 users

See Also:


Attachments
testcase (1.54 KB, text/html)
2009-08-03 13:51 PDT, imranm1
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description imranm1 2009-08-03 13:46:43 PDT
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.
Comment 1 imranm1 2009-08-03 13:51:17 PDT
Created attachment 34001 [details]
testcase

wasn't sure if the test.html got attached the first time, so trying again