#827 closed defect (fixed)
windowState set to maximized for FloatingPane has no effect
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a floating pane that is initially minimized (div tag's windowState="minimized" ).When I try to show it on the screen again using :
dojo.widget.getWidgetById(widgetID).windowState = "maximized";
Nothing happens ! . But this works:
dojo.widget.getWidgetById(widgetID).show()
The problem with "show()" is that it ADDs a restore icon on the title bar. If the restore icon is clicked nothing happens.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.3.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It's working for me in the latest code:
http://archive.dojotoolkit.org/nightly/tests/widget/test_TaskBar.html