Ticket #6104 (closed defect: fixed)
some dijit.css class names do not start with dijit
| Reported by: | doughays | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | themes |
| Cc: | peller |
Description (last modified by bill) (diff)
The following class names in dijit.css are inconsistently named and may more easily conflict with user class names if not renamed to dijitBlah
RuleContainer?
VerticalRuleContainer?
RuleMark?
HorizontalRuleMark?
RuleLabelContainer?
HorizontalRuleLabelContainer?
HorizontalRuleLabel?
VerticalRuleMark?
IEFixedToolbar
As per our meeting on 3/10/2008, also
- shorten Horizontal and Vertical to H and V
- put H and V at end of word for grouping (ie, RuleLabelContainerH) rather than as prefix
- change .dijitSplitterHorizontal to .dijitSplitterH (and same for V), see BorderContainer.js
Change History
Note: See
TracTickets for help on using
tickets.