Community
Participate
Working Groups
Build Identifier: 20111011 This could reproduce in my handler offerred in attatchment, and I have not found which property leads to such issue. User could not select any menu item in pull-down list because the pull-down list will dispare very quickly after user click the menu widget. It will occur in FF and Chrome, but works fine in IE and preview. Reproducible: Always Steps to Reproduce: 1. Copy the RUI handler from attatchment into a project. 2. Clean the compiling errors, and try to preivew in external browsers, such as FF/Chrome. Actual results: User could not select any menu item in pull-down list because the pull-down list will dispare very quickly after user click the menu widget.
Created attachment 205073 [details] RUI handler
The test case can be simplified to handler menu type RUIhandler{initialUI =[Menu ], onConstructionFunction = start, cssFile = "css/dojoTest.css", title = "menu"} Menu DojoMenu{ text = "Change Menu Name", children = [ new DojoMenuItem { text = "Item 1, please set onClick", iconClass = "dijitEditorIcon dijitEditorIconCut" }, new DojoMenuItem { text = "Item 2, please set iconClass", iconClass = "dijitEditorIcon dijitEditorIconCopy" }, new DojoMenuItem { text = "The next item is a separator" }, new DojoMenuItem { }, new DojoMenuItem { text = "Item 3, this one is disabled", disabled = true } ], id = "hello"}; function start() end end
Only occur when ID was set. Resolved.
Verified in build 20111110