matgessel / gwt-tk

Automatically exported from code.google.com/p/gwt-tk
1 stars 1 forks source link

ModalDialog: add(Widget w) throws NullPointerException #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GWT version: 1.4
GWT Tk version: 0.23
Browsers tested: IE6, Firefox (but I think all of them)
Browsers affected: IE6, Firefox

What steps will reproduce the problem?
1. Create a ModalDialog
2. Add a single widget using add(Widget)

What is the expected result? What happens instead?
The widget should be added, instead a NullPointerException is thrown.

Please provide any additional information below.
The issue was already reported (and fixed?) here:
http://groups.google.com/group/gwt-tk/browse_thread/thread/d8838aba552834dd

Original issue reported on code.google.com by zierfisc...@googlemail.com on 30 Aug 2007 at 11:40

GoogleCodeExporter commented 9 years ago
Duplicate of Issue 16

Original comment by mat.ges...@gmail.com on 3 Sep 2007 at 8:03