| [View Files]
Type: | Bug | Severity: | Medium | Status: | Closed Fixed | Status Comment: | fixed in 1.16 | Title: | JavaScript mouse events not fully working | Version: | 1.9 | Description: | The JavaScript mouse events are not fully working as expected. Here's a little test page I wrote to check this out:
http://home.datacomm.ch/mrupp/Test/MouseTest.htm
I noticed the following issues:
Settings: PrefentDefault: false / OnContextMenu: false
- middle mouse button only fires onMouseUp, nothing else
- right mouse button fires onMouseDown too late, when releasing the button
- right mouse button fires onMouseUp only when a context menu was already visible
- right mouse button doesn't fire onClick or onDoubleClick
Settings: PrefentDefault: true / OnContextMenu: false
- same issues as above
- right mouse click on any text selects the text (whole word under cursor), altough calling preventDefault() should prevent this
Settings: PrefentDefault: false / OnContextMenu: true
- middle mouse button only fires onMouseUp, nothing else
- right mouse button doesn't fire onClick or onDoubleClick
Settings: PrefentDefault: true / OnContextMenu: true
- middle mouse button only fires onMouseUp, nothing else
- right mouse button doesn't fire onClick or onDoubleClick
- right mouse click on any text selects the text (whole word under cursor), altough calling preventDefault() should prevent this | Created: | 20111204 13:35 by mrupp | Assigned: | 19700101 01:00 to | Fixed: | 19700101 01:00 by | Closed: | 19700101 01:00 by | Comments: | 3 |
|
|