Opened 9 years ago
Closed 9 years ago
#13708 closed defect (fixed)
missing Enhanced Grid CSS
Reported by: | rmasse | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure who would be responsible for this, but the Google CDN version 1.6 does have the CSS to support the Enhanced Grid.
All is fine in 1.5, however Google returns 404 in 1.6. This breaks the working demo in the dojo reference for the enhanced grid.
works --> https://ajax.googleapis.com/ajax/libs/dojo/1.5/dojox/grid/enhanced/resources/claroEnhancedGrid.css
broken --> https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojox/grid/enhanced/resources/claroEnhancedGrid.css
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
After further investigation, I've discovered that the CSS required to support the Enhanced Grid have been moved. The claroEnhanceGrid.css has been moved and renamed in a claro subfolder.
This move is not documented anywhere, and is not backwards compatible.
The dojo reference documentation and corresponding examples all need to be updated to reflect this change.
This should have been better communicated to the user base.
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.6.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Google CDN missing Enhanced Grid CSS → missing Enhanced Grid CSS |
It was a defect. Fixed in r25194, but without a bug to track, so using this one.
Furthermore, trying to use the CSS in 1.5 on the grid running 1.6 causes odd rendering particularly for the indirect selection method. This is probably to be expected.