Opened 14 years ago
Closed 6 years ago
#3383 closed defect (fixed)
ProgressBar: can't be inlined
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | 2.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | Sebastien Pereira | |
Blocked By: | Blocking: |
Description
Change any of the progress bar tests in test_ProgressBar.html and add style="display:inline;" and it does not render.
Change History (9)
comment:1 Changed 14 years ago by
Component: | DnD → Dijit |
---|---|
Owner: | changed from Eugene Lazutkin to bill |
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.0 → 2.0 |
---|
comment:5 Changed 12 years ago by
Milestone: | 1.3 → 1.5 |
---|---|
Summary: | ProgressBar widget does not work with inline style → ProgressBar: can't be inlined |
comment:6 Changed 11 years ago by
Milestone: | 1.5 → 2.0 |
---|
It can be fixed by simply adding dijitInline to the template but let's wait until 2.0 in case anyone is depending on the current behavior.
comment:7 Changed 8 years ago by
Priority: | high → low |
---|
comment:8 Changed 7 years ago by
Cc: | Sebastien Pereira added |
---|
comment:9 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed by the ProgressBar? in https://github.com/ibm-js/deliteful, so closing as fixed in 2.0.
Note: See
TracTickets for help on using
tickets.
Hmm, I don't think we want to let people just say style="display: inline" (that would break most of our widgets) but maybe ProgressBar? should be inline-block like Spinner, etc.