#3746 closed defect (fixed)
Button's innerHTML not displayed in Toolbar using tundra.css
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | button toolbar tundra | Cc: | bill, dante |
Blocked By: | Blocking: |
Description
I wanted to add a normal button (displaying text, no icon) to a toolbar. This text is not displayed at all. In tundra.css it is set to display: none; (line 105 ff). In the tests (the test does not use tundra) the text is displayed.
I use the nightly builds.
Best regards
MattH
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from bill to Adam Peller |
comment:2 Changed 15 years ago by
Cc: | bill dante added |
---|
guys - make sure I did this right. because dijitToolbar is on the top-level of the widget, the replacement style rule has to specify the user's class instead of rather than in addition to dijitToolbar. Guess that's ok?
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
comment:5 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This is controllable through CSS by giving your button another (or additional) class name, but we should have an example in the test file.