cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

Develop #61

Closed mmatey closed 13 years ago

mmatey commented 14 years ago

Fix for Dock buttons, current implementation does not seem to minimize when clicking and the window is visible.

cdotyone commented 14 years ago

I can't tell from the commit what changed. It replaced the whole file. Please point the lines out for me. Thanks.

mmatey commented 14 years ago

Sorry my first time contributing I just edited the file directly on Github instead of pushing through GIT. The change was line 190: if (windowEl.hasClass('isFocused') && this.options.minimizable) MUI.Windows.minimize(windowEl); To: if (windowEl.hasClass('isFocused') && this.options.minimizable) this.minimize.delay(25,this);

mui-org commented 13 years ago

Fix added to develop tree - will push later this week.