#3942 closed defect (fixed)
space down causes IE to scroll on onklick event
Reported by: | simonjb | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | bill, Becky Gibson | |
Blocked By: | Blocking: |
Description
When space down is pressed on an element registered to an "onklick" handler on IE the browser window scrolls. To reproduce on the Menu:
- open test_Menu.html in IE (6 or 7)
- open the context menu
- press space on a menu item
- window scrolls
To reproduce on the attached test file:
- open it in IE (6 or 7)
- tab to "klick me"
- press space
- window scrolls
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | onklick_ie_scroll.html added |
---|
Changed 13 years ago by
Attachment: | _Widget.diff added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Attached proposed solution.