Closed
Bug 454472
Opened 15 years ago
Closed 15 years ago
event.ctrlKey, event.shiftKey and event.altKey are undefined with DOMMouseScroll event
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
People
(Reporter: alice0775, Assigned: smaug)
References
Details
(Keywords: regression)
Attachments
(3 files, 1 obsolete file)
409 bytes,
application/x-javascript
|
Details | |
1.62 KB,
text/html
|
Details | |
779 bytes,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3pre) Gecko/2008090906 GranParadiso/3.0.3pre Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3pre) Gecko/2008090906 Firefox/3.0.1 Ctrl + Mouse Wheel does not define event.ctrlKey property. Shift and Alt key also. Reproducible: Always Steps to Reproduce: 1.Open Firefox 2.Go any page. 3.Ctrl + Mouse Wheel on the content area. Actual Results: event.ctrlKey property is undefined. Expected Results: event.ctrlKey property should be set to true. This issue causes the problem that mouse wheel zoom level will not be stored. Works: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3pre) Gecko/2008090906 GranParadiso/3.0.3pre Not Works Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080909105611 Minefield/3.1b1pre
![]() |
Reporter | |
Comment 1•15 years ago
|
||
This is Test case for userChrome.js.
![]() |
Reporter | |
Updated•15 years ago
|
Version: unspecified → Trunk
![]() |
Reporter | |
Comment 2•15 years ago
|
||
Regression window: Works: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080812045727 Minefield/3.1a2pre Not Works: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080813032636 Minefield/3.1a2pre
![]() |
Reporter | |
Comment 3•15 years ago
|
||
To lack information of the event.ctrlKey, the following problems occur. If Browser.zoom.Sitespecific is true, Zooming by scroll-wheel to a larger/smaller zoom, switching to another tab and then switching back to the zoomed tab will reset the zoom level to the previous one. (Zooming by pressing "Ctrl" + "=" works fine. Setting "Browser.zoom.Sitespecific" to false and scrolling zoom levels in individual tabs works fine.)
![]() |
Reporter | |
Comment 4•15 years ago
|
||
![]() |
Reporter | |
Comment 5•15 years ago
|
||
Attachment #337842 -
Attachment is obsolete: true
![]() |
Reporter | |
Updated•15 years ago
|
Blocks: 378028
Keywords: regression
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Component: General → DOM: Events
Ever confirmed: true
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → events
Hardware: PC → All
Flags: blocking1.9.1?
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → Olli.Pettay
Assignee | ||
Comment 6•15 years ago
|
||
Attachment #337860 -
Flags: superreview?(roc)
Attachment #337860 -
Flags: review?(roc)
![]() |
Reporter | |
Comment 7•15 years ago
|
||
Bug 454460 seems to be related to this bug.
Attachment #337860 -
Flags: superreview?(roc)
Attachment #337860 -
Flags: superreview+
Attachment #337860 -
Flags: review?(roc)
Attachment #337860 -
Flags: review+
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Flags: blocking1.9.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•