#23: Disabling Minimize breaks Maximize (Open)

May 09 2008 * 18:18
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

when I add minimize: false to an URLWindow or window maximize no longer works.

I tested it with in my custom code and modifying the default html examples under the tests/functional/windows they respond in the same fashion.

Changelog:

Modified by – May 09 2008 * 20:30

Incase this helps I just noticed when I pressed the maximize button that it kicked a js error.

Error: this.getButtonElement(a) has no properties Source File: javascript/window.packed.js Line: 1

Error: this.getButtonElement(buttonName) has no properties Source File: javascript/window.js Line: 2859

I tried it with packed & unpacked to see if it was a compression problem like we had before.