| Summary: | Dojo Menu: User could not click Menu items in FF/Chrome for certain case | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Thomas Wu <wxwu> | ||||
| Component: | EDT | Assignee: | Xiao Bin Chen <xiaobinc> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P1 | CC: | chenzhh, hjiyong | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Thomas Wu
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 |