Generic-user-small Glenn Goodrich 5 posts

So, the
<a href="http://media.pragprog.com/titles/rgdojo/code/advanced_forms_made_easy/validating.html">http://media.pragprog.com/titles/rgdojo/code/advanced_forms_made_easy/validating.html</a>

when I bring it in looks weird in Firefox (in Intershite Explorer, it’s OK), meaning the labels are all over the place. Also, the e-mail validation fails for valid e-mails. I am using release 1.0.2 of dojo.

I checked in Firebug, and all my CSS and JS references are groovy. I am sure I am doing something wrong and am fully prepared to be talked down to about this….

Thanks,
Glenn

 
Official_photo_small Craig Riecke 10 posts

Hmmm. I developed that one in Firefox 2.x/Linux, so it should be OK. Do you happen to be using an older or newer version? (The word is that Dojo 1.0 has a few problems with Firefox 3, but Dojo 1.1 will solve them. 1.1 is due in a a few weeks).

If not, could you post a screen shot?

 
Dannesimpson_small Daniel Lindskog 1 post

The e-mail validation doesn’t work using the regExp=”" in the ValidationTextBox.<br />The only thing that is ok is to use ONLY an "” sign. any other text is causing the validation to fail.
This is on Dojo 1.1 (freshly downloaded).

The form itself looks ok on my FF 2.0.13.

PS this forums editor has some serious issues. It’s causing the entered text to be distorted and not show the “at” signs properly

 
Official_photo_small Craig Riecke 10 posts

Ah, got it now. Use dot-star-atSign-dot-star and you’ll be all set. Correction will be made formally in beta 4 (the last beta, which will come out in very early May). Thank you!

4 posts, 3 voices