Opened 13 years ago
Closed 13 years ago
#4645 closed defect (fixed)
Regression in [10702]: ColorPalette appears at wrong offset
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_ColorPalette.html
Regressed in 2007-10-03 nightly, see [10702].
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | Regression: ColorPalette appears at wrong offset → Regression in [10702]: ColorPalette appears at wrong offset |
comment:4 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
oops, tested this before i checked in but must have forgotten to clear my cache (firefox redownloads everything automatically, except for templates).
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [10748]) Fix regression in ColorPalette? layout (fixes #4645)
Note: See
TracTickets for help on using
tickets.
Bill removed the outer fieldset in [10702] and because the colors in ColorPalette? are position:absolute it's all starting in the upper left.
So either we could look at different position code or add the fieldset back and move the dijitInline class to it.