-
Hello,
I'm trying to build unit tests about widget who uses GWT 2.7.0 and GXT 3.1.4 components. Unfortunately as soon as test encounter a GXT component it raises a NullPointerException. Here is my …
-
```
What steps will reproduce the problem?
1. create a project with gxt 3.0 (actually 3.0.0-rc). the project use a gxt
Dialog
2. run a gwt-test-utils test on UI with Dialog
What is the expected outp…
-
```
Try to use gwt-test-utils 0.39 with GWT 2.4.0, GXT 2.2.5 and Mockito with a
simple test case.
public class Problems extends GwtTestWithMockito {
@Test
public void testForm() {
F…
-
```
Currently most XTemplate methods are not patched. I believe the code in GXT3
for how it generates a class for XTemplates can be adapted to both GXT2 and
GXT3 code.
```
Original issue reported …
-
got this error
Adding file 'CG001A.gxt'...
Unknown argument '-'.
Parsing files...
File 'CG001A.gxt'...
Exception occured: Offset and length were out of bounds for the array or count is gr…
-
```
I can post to the demo project a GXT form similar to the one we have with "Go"
button. The question is whether it should be one demo project for both
frameworks, or it's better to have two separ…
-
Can you add support for bg files and character files?
https://www.mediafire.com/?p29tazjn644irpy
Some samples
-
In my company we're using an artifactory which everybody has configured as a repository in their own ~.m2\repository\settings.xml file (and this works).
But for some reason the exec-maven-plugin igno…
-
mvn install (on Windows 7) fails with something about phantom.js:
btw link "GXT Maven here." in readme file is not correct.
D:\TEST\GXT4_EDASH\gxt-demo-edash-master>mvn install
[INFO] Scanning…
-
Affected version: gwt-test-utils-0.44 gwt-test-utils-gxt2-0.44 (and 43)
GWT version 2.5.1
## Test to reproduce:
import com.extjs.gxt.ui.client.widget.Window;
import com.extjs.gxt.ui.client.widget.but…