-
7 Mar 2011 12:24 PM #1
[CLOSED]Ext.Window.minimizable not working
[CLOSED]Ext.Window.minimizable not working
When I configure a window with "minimizable" set to true. It does show the icon, however when "clicking" the button...it does nothing. maximizable attribute works as intended though.
-
7 Mar 2011 1:28 PM #2
I don't think minimizable is supposed to do anything out of the box.
From the docks ( 3 and 4 ) for Window,
True to display the 'minimize' tool button and allow the user to minimize the window, false to hide the button and disallow minimizing the window (defaults to false). Note that this button provides no implementation -- the behavior of minimizing a window is implementation-specific, so the minimize event must be handled and a custom minimize behavior implemented for this option to be useful.
-
7 Mar 2011 1:41 PM #3
That's interesting. Didn't know it worked like that. I soon realized that the option I was looking for is "collapsible". After much thought... I see why they did that... it's for "Porlet" min/max view.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] Window:onEsc working inconsistently in FF3
By lexaux in forum Ext GWT: Bugs (2.x)Replies: 1Last Post: 20 Nov 2009, 7:33 AM -
[2.0b1][CLOSED] Window Disable mask not working while using tab key
By prajith in forum Ext 2.x: BugsReplies: 5Last Post: 18 Aug 2008, 7:03 PM -
[2.0.2][CLOSED] HtmlEditor not working in Firefox window.
By w011117 in forum Ext 2.x: BugsReplies: 7Last Post: 13 Jun 2008, 8:05 AM -
[2.1][CLOSED] autoWidth and Window not working as expected
By mcohnen in forum Ext 2.x: BugsReplies: 2Last Post: 4 Jun 2008, 3:23 AM -
[2.??][CLOSED] Ext.window closable - not working
By zilionis in forum Ext 2.x: BugsReplies: 2Last Post: 22 Apr 2008, 3:59 AM


Reply With Quote