#4007 closed defect (fixed)
ProgressBar: bar covers up label (IE6)
Reported by: | bill | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_ProgressBar.html set progress value = 150 on first slider. Can't see percentage label. Fails on IE6, works on FF.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [10048]) Change the progress bar to use only one text label layer and size the bar vertically to fit the text label. Fixes #3870, fixes #4007, fixes #4044.