Opened 12 years ago
Closed 12 years ago
#9057 closed enhancement (wontfix)
Add horizontal and vertical orientation to widgets
Reported by: | juancferrer | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.0 |
Keywords: | orientation dijit dojox widget vertical horizontal landscape portrait | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Widgets such as dijit.ProgressBar, dojox.widget.BarGauge, and others should have an orientation attribute. Currently those two widgets only have a horizontal/landscape orientation. Try making a vertical progressbar, it's no fun.
Change History (2)
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Right, and because IMO a vertical progress bar is not commonly used in UI's. I don't remember the last time I saw one. So no current plans to create one, at least in dijit.
As for the other widgets you mentioned, "dojox.widget.BarGauge, and others", you can open a separate ticket for each widget that you think should have a vertical orientation, and see what those widget owners think.
We used to have a vertical progress bar, but we chose to drop it to simplify the code.