+ Post New Thread
Hi, The horizontal (top and bottom) Splitting bars of border layout bleed through Windows. In fact the splitting bar comes though any part of a...
Hi all, I think there is a memory leak in the com.extjs.gxt.ui.client.widget.Dialog. Here is a little test with a button to open a number of...
I have a listener for a tree and button where the listener is the same for both. I am trying to avoid inner classes so that I can do incremental...
The AbstractStoreSelectionModel calls the onSelectChange(M model, boolean select) before the classes internal variable selected is updated. The...
If you make two com.extjs.gxt.ui.client.widget.Info messages, the first by calling: new Info().show(conf); and second by calling ...
gxt 1.2.3 JDK 1.6 IDEA 8.01 WindowsXP I could reproduce the infinite loop in com.extjs.gxt.ui.client.widget.form.TimeField#initList() method...
CellEditor override postProcessValue, for example.. if user type "1" and press enter show one message and the value of the field receveid "1A",...
GXT version 1.2.3 com.extjs.gxt.ui.client.widget.Info The displayed 'info' popup isn't adjusting for the scroll of the viewport. The problem...
In com.extjs.gxt.ui.client.core.El the center(boolean constrainViewport) method appears to have a bug that is incorrectly computing the proper...
When entering text into a MessageBox.prompt the enter key should close the message box. I think this should be built into to the toolkit but I can't...
This is a very simple bug that can be seen by simply looking at the following static methods in the Dispatcher class: /** * Forwards an app...
In an EditorGrid, with GXT 1.1, we have a problem where you can't tab to a field that is a checkbox. This is with web mode (hosted mode in Linux...
I noticed a weird behavior in ColumnLayout calculation in GXT 1.2.3. Let's say I have the following arrangements: 1) LayoutContainer using...
I have a very simple test case in which I have a resizable Window containing a FormPanel with a MultiField build from two TextFields. When I resize...
When you call setExpanded() or expand() or collapse() on a FieldSet which uses CheckboxToggle after it has been rendered, the checkbox does not get...
I have a situation where the selected combobox value is not committed to the bound property of a source bean. Attached is an example that...
I have following grid: Grid datagrid = new Grid<ModelData>(detailsStore, cm); final GridDragSource gds = new GridDragSource(datagrid); target...
Java 1.5 Mac OSX GXT 1.2.3 If you instantiate BaseModel and then immediately use the remove() method, a NPE will be thrown. Looks like the...
When you get some results in this demo (http://extjs.com/examples/forms/forumsearch.html) and you explicitly put in the toolBar the page you want to...
public void onModuleLoad() { String html = "<tr><td>inside my table</td></tr>"; HtmlContainer hc = new HtmlContainer(html);...
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us