smill
12 Aug 2008, 7:09 PM
- Detailed description of the problem
If you have a resized DataList with some free space (without elements e.g.) and click within the free space, you get a NullPointerException on your GWT log.
- GXT version
Latest from SVN, 696
- Host mode / web mode / both
Just figured it out in hosted mode
- Browser and version
GWT's usual browser, IE 7
- Operating System
Win Vista
- Sample code
DataList list = new DataList();
list.setSize(100, 100);
- Stack trace
[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
at com.extjs.gxt.ui.client.widget.DataListSelectionModel.onClick(DataListSelectionModel.java:49)
at com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel.handleEvent(AbstractSelectionModel.java:153)
at com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel.handleEvent(AbstractSelectionModel.java:1)
at com.extjs.gxt.ui.client.event.BaseObservable.fireEvent(BaseObservable.java:74)
at com.extjs.gxt.ui.client.widget.Component.fireEvent(Component.java:420)
at com.extjs.gxt.ui.client.widget.Component.onBrowserEvent(Component.java:636)
at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1308)
at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:1287)
at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1255)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
If you have a resized DataList with some free space (without elements e.g.) and click within the free space, you get a NullPointerException on your GWT log.
- GXT version
Latest from SVN, 696
- Host mode / web mode / both
Just figured it out in hosted mode
- Browser and version
GWT's usual browser, IE 7
- Operating System
Win Vista
- Sample code
DataList list = new DataList();
list.setSize(100, 100);
- Stack trace
[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
at com.extjs.gxt.ui.client.widget.DataListSelectionModel.onClick(DataListSelectionModel.java:49)
at com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel.handleEvent(AbstractSelectionModel.java:153)
at com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel.handleEvent(AbstractSelectionModel.java:1)
at com.extjs.gxt.ui.client.event.BaseObservable.fireEvent(BaseObservable.java:74)
at com.extjs.gxt.ui.client.widget.Component.fireEvent(Component.java:420)
at com.extjs.gxt.ui.client.widget.Component.onBrowserEvent(Component.java:636)
at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1308)
at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:1287)
at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1255)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)