Opened 10 years ago
Closed 10 years ago
#11891 closed defect (fixed)
Cursor shows as pointer when Titlepane.toggleable=false
Reported by: | Arlo White | Owned by: | bill |
---|---|---|---|
Priority: | lowest | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | dijit.TitlePane | Cc: | |
Blocked By: | Blocking: |
Description
When a TitlePane? is not toggleable, I don't think the cursor should indicate that something will happen when you click it.
Instead of cursor: pointer, it should use cursor: auto/default
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Good catch, I'll check that in.
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In dijit.css, line 978:
.dijitTitlePaneTitle {
} .dijitFixedOpen {
}
Simply add .dijitFixedClosed: .dijitFixedOpen, .dijitFixedClosed {
}