assetsense / gwtwindowmanager

Automatically exported from code.google.com/p/gwtwindowmanager
0 stars 0 forks source link

Enter one-line summary #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a GInternalFrame
2. disallow everything but maximize
3. resize the client window
4. resize the GInternalFrame
4. click maximize two times

What is the expected output? What do you see instead?
I want the window to use the whole client window
clicking a second time should resize it to the size before the
maximize operation.

If I resized the client window beforehand the maximized window is too big
or too small. it also happened that I couldnt see the top bar anymore and
had to reload the whole application.

If I resized the GInternalFrame before the maximize operation, the
following exception is thrown:
[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
    at
org.gwm.client.impl.DefaultGInternalFrame.restore(DefaultGInternalFrame.java:311
)
    at org.gwm.client.impl.TopBar.onClick(TopBar.java:90)
    at
com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListenerCol
lection.java:36)
    at com.google.gwt.user.client.ui.Label.onBrowserEvent(Label.java:98)
    at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:950)
    at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:934)
    at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:902)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java:91)

What version of the product are you using? On what operating system?
gmw 0.5.2, gwt 1.3.3 winxp

Please provide any additional information below.

Original issue reported on code.google.com by goergen....@gmail.com on 12 Feb 2007 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by luciano.broussal@gmail.com on 21 Feb 2007 at 11:34