Custom Query (18300 matches)
Results (169 - 171 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#243 | fixed | LayoutPane doesn't work if margins specified indirectly via class attribute | ||
Description |
IE6 problem. Define a margin in CSS class and then reference it like this: .error_area {
} <div dojoType="LayoutPane?" layoutAlign="top" class="error_area"> This calls dojo.style.getOuterHeight(id) --> getMarginHeight() --> getPixelValue() --> getUnitValue() --> returns "auto" (rather than a number) "auto" becomes NaN thus breaking LayoutPane?. |
|||
#244 | fixed | Rich Text Editor doesn't work since 12/12/2005 on firefox 1.0.7 | ||
Description |
The Rich Text Editor doesn't work anymore since the 12/12/2005. Actually the http://archive.dojotoolkit.org/dojo-2005-12-11/demos/widget/Editor.html demo page is working while the http://archive.dojotoolkit.org/dojo-2005-12-12/demos/widget/Editor.html one is not. I use Ubuntu Linux with Firefox 1.0.7 (the one with Ubuntu) |
|||
#245 | fixed | iframe_history.html doesn't validate. | ||
Description |
Try passing iframe_history.html through the W3C Markup Validator. Nothing that can't be fixed, but declaring a DOCTYPE and not respecting the standards is not good. |