viktorthang / mgwt

Automatically exported from code.google.com/p/mgwt
Other
0 stars 0 forks source link

MGWTMin incompatible with GIN 2 #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unzip the attached file and import the resulting directory into Eclipse
2. Select Run As->Web Application. Open URL in browser. Button and MCheckBox 
respond correctly.
3. Quit app and DevMode. Modify MgwtGIN.gwt.xml, changing <inherit> of MGWT to 
MGWTMin.
4. Select Run As->Web Application. Open URL in browser. Button and MCheckBox do 
NOT respond to mouse clicks.

What is the expected output? What do you see instead?
I expect MGWT and MGWTMin to behave similarly in these two browsers. However 
MGWTMin disables the mgwt widgets.

What version of the product are you using? On what operating system?
GWT 2.5.1
mgwt 1.1.2
GIN 2.1.1
Java 1.7.0_45 on Mac OSX 10.8.5
Eclipse Kepler Service Release 1 (build 20130919-0819)
Google Chrome Version 30.0.1599.101 for Mac
Firefox v. 24.0 for Mac
See pom.xml, .classpath, and .project for other settings.

Please provide any additional information below.
- I see the same problem if I run the app in Super Dev Mode.

- I see the problem in other mgwt and GIN apps I'm developing.

- This app was begun using the mgwt archetype as described in code.google.com, 
then modified based on how the Maven GWT Plugin does things. The Detail*, 
About*, and Welcome* classes were added similar to the mgwt.showcase. The 
project behaved normally when inheriting either MGWT or MGWTMin. The project 
was then copied and the copy modified from a client factory approach to a GIN 
approach.

- I'm new to GIN and used the project at 
https://code.google.com/p/mgwt/source/browse/src/main/java/com/googlecode/mgwt/e
xpenses as a guide. I  am very happy to have stumbled upon it. I think it would 
be great if that project or something similar was promoted and accessible.

Original issue reported on code.google.com by thad.hum...@gmail.com on 28 Oct 2013 at 8:23

Attachments:

GoogleCodeExporter commented 8 years ago
This should no longer be an issue on the current trunk version

Original comment by kurka.da...@gmail.com on 13 Jul 2014 at 5:04