close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

The Validation tooltips on one form will not stop showing. How do I fix this-They use to work...

Thread began 3/05/2014 6:23 am by tdhkfinkel424121 | Last modified 3/06/2014 8:13 am by Jason Byrnes | 1325 views | 5 replies |

tdhkfinkel424121

The Validation tooltips on one form will not stop showing. How do I fix this-They use to work...

I created a form a while ago and with in the form I used Validation tooltips for the error messages and customized it. I am now working on a new form and I looked at the previous one and I noticed that the tooltips where there when I loaded the form and they will not close. I have tried changing to tooltips, re-naming them and reloading everything.

How do I get the tooltips to go back to working correctly?

the old form with the problems: http://www.hinghamshipyardmarinas.com/license_form1A.php
The new form that seems to work: http://www.hinghamshipyardmarinas.com/SPService_Agreement.php

Sign in to reply to this post

Jason ByrnesWebAssist

the spry css files have been updated to set the display for the initial state to inline.


for example, in the /SpryAssets/SpryValidationTextField.css file:

http://www.hinghamshipyardmarinas.com/SpryAssets/SpryValidationTextField.css


the first CSS calss is used to hide the messages by default, it has been updated to show them.

/* These are the classes applied on the error messages
* which prevent them from being displayed by default.
*/
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
display: inline;
}



should be:

/* These are the classes applied on the error messages
* which prevent them from being displayed by default.
*/
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
display: none;
}




the same has happened in the other spry css files:
SpryAssets/SpryValidationSelect.css
SpryAssets/SpryValidationCheckbox.css

Sign in to reply to this post

tdhkfinkel424121

It didn't correct all of them

Hi Jason,

That did help to correct alot of them but not all....
Where else should I look to correct the tooltip validations?

Sign in to reply to this post

Jason ByrnesWebAssist

the initial class needs to be updated in the following 3 files:
SpryAssets/SpryValidationTextField.css
SpryAssets/SpryValidationSelect.css
SpryAssets/SpryValidationCheckbox.css

looking at your site, i don't see the change made in any of them.

Sign in to reply to this post

tdhkfinkel424121

Hi Again & Thanks

Hi Again,

I got it back to the way it should be-apparently I had extra stuff that was messing it up.
So I cleaned up my files and triple checked everything.
Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...