Opened 14 years ago
Closed 12 years ago
#5875 closed defect (fixed)
Menu: menus with no icon still have blank spot for icon
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Even if none of the MenuItem?'s have an icon, there's still a blank 16x16px spot reserved for the icon. Problem is that in tundra (and other themes), size is hardcoded:
.tundra .dijitMenuItemIcon { width: 16px; height: 16px; }
Probably should leave the size specification to the CSS classes for each individual icon. Maybe get rid of dijitMenuItemIcon altogether.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | 2.0 → 1.3 |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.3 → 2.0 |
Will do this for 2.0 just so people that have come to depend on that 16x16 don't complain about an "api change".
Obviously users can workaround for now by overriding the CSS as listed above.
comment:3 Changed 12 years ago by
Milestone: | 2.0 → 1.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was done for claro for 1.5. Marking as fixed.
Note: See
TracTickets for help on using
tickets.
Milestone 2.0 deleted