Opened 10 years ago
Last modified 10 years ago
#13260 closed defect
CheckedMenuItem doesn't have checkbox icon — at Version 1
Reported by: | siqi | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | CheckedMenuItem, icon | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Open dijit/tests/test_Menu.html, you can find these CheckedMenuItems('checked', 'not checked', 'checked disabled') which are on the left side don't have checkbox icon.
This issue is caused by the fix for #12857 !strict. The fix makes "dijitNoIcon" the default value of iconClass for dijit.MenuItem.
dijit.CheckedMenuItem should overwrite iconClass with an empty string "" to fix the issue.
Change History (1)
comment:1 Changed 10 years ago by
Component: | Dijit - Form → Dijit |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.7 |
Owner: | changed from Douglas Hays to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Ah, that's my fault, I'll fix, thanks for catching it.