Changes between Initial Version and Version 1 of Ticket #16007
- Timestamp:
- Oct 30, 2012, 7:38:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16007
- Property Owner set to Evan
-
Property
Component
changed from
General
toDojoX Grid
-
Ticket #16007 – Description
initial v1 1 1 In Dojo 1.7, dijit.Menu will throw an error as below in IE8, 2 2 Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. 3 {{{ 3 4 Line: 12109 4 5 Char: 5 5 6 Code: 0 6 7 URI: http://localhost:9080/zosmf/IzuUICommon/1_7/CustomBuild/IzugDojoCommon.js.uncompressed.js 7 8 }}} 8 9 Reproduce steps, 9 1.Add menu to grid10 2.When navigate to this grid at the first time, using right mouse click this grid, the menu will show out, click one of them then this exception will be thrown in IE8, and it won't occur anymore when you right click again.10 1. Add menu to grid 11 2. When navigate to this grid at the first time, using right mouse click this grid, the menu will show out, click one of them then this exception will be thrown in IE8, and it won't occur anymore when you right click again. 11 12 12 13 This issue won't occur in Dojo1.6.