grprakash / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Bootstrap model should be updated to use the new 1.4 version #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Created a new GWT module using Cypal
2. Discovered that the bootstrap model being used in the host HTML page is
the old 1.3 version (using gwt.js rather than <module>.nocache.js)

What is the expected output? What do you see instead?
The bootstrap model used in the host HTML page should be updated to use the
1.4 version.

What version of the product are you using? On what operating system?
Cypal Studio for GWT (RC2)

Original issue reported on code.google.com by sumitcha...@google.com on 10 Oct 2007 at 7:01

GoogleCodeExporter commented 9 years ago
Fixed with revision# 55.

Original comment by grprakash on 14 Oct 2007 at 4:07

GoogleCodeExporter commented 9 years ago
Great to see this! Although there is still one more problem for this issue... I
noticed that the <script> tag referencing the <module>.nocache.js file is in the
<head> of the host HTML page rather than in the <body>.

This is also a known issue in GWT 1.4 that we're planning to address in the 
next release:
http://code.google.com/p/google-web-toolkit/issues/detail?id=1600

Original comment by sumitcha...@google.com on 10 Nov 2007 at 1:40