Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2484
in
3.0.3.
-
Sencha Premium Member
Unable to use GXT 3 WindowManager with 2.2.5 Windows
I was not able to find other posts on this issue. So if I missed it, my apologies.
I am in a situation where I need to use the GXT 3 WindowManager for both GXT 2.2.5 and 3.0.0 Windows.
I can register both types of Windows, but I can only unregister 3.0.0 Windows
Code:
public void register(Widget widget) {...}
public void unregister(Window widget) {...}
Notice that the unregister method takes in a Window, not a Widget.
Has this been resolved?
-
Sencha Premium Member
-
Sencha Premium Member
double bump.
Our workaround was to clone and own the WindowManager class, correcting the input type of the unRegister method.
Also, I mistakenly put this post in the wrong forum. It should be in the GXT 3.0 Q&A
-
Moving it to GXT 3 bugs forum and filed so we can pick it up for the next 3.x release.
-
Sencha Premium Member
Excellent! I hope the fix is as straightforward as it seems!
-
This has been fixed in SVN and will be available in the next release.