I haven't used GWT in a while so I was doing a one to two hour spike
to see how far I could get on a project as a test.  I get this strange
bug when I add any element directly to my HTML page that has an ID
with the same as the project name.

I used the project name hangman with webAppCreator and if I add a <div
id="hangman"></div> element to my HTML directly (not through java)
then I get this bug.  If I make the ID anything other than hangman
then this bug goes away.

I'm worried about little quirks like this on my project since non-
programmers may be adding small changes to the HTML page as it matures
and I'm afraid if there are many quirks like this then it will break
the GWT widgets as this does and these non-programmers won't be able
to figure out what they have done to break the page.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to