clientcide icon indicating copy to clipboard operation
clientcide copied to clipboard

The Clientcide Javascript Libraries

Results 30 clientcide issues
Sort by recently updated
recently updated
newest added

Form.Validator.Tips doesn't remove the PointyTip graphic of the error dialog for a field, once that field has been selected. Here is a sample HTML page that has a Form.Validator.Tips associated...

see: http://code.google.com/p/cnetjavascript/issues/detail?id=79

Making use of the FormValidator.Tips extension to use error tips instead of the default FormValidator messages. I'm calling validatorInstance.reset(); to clear the validation results on my form. Problem is that...

see: http://code.google.com/p/cnetjavascript/issues/detail?id=43

I came across some issues in the datepicker: 1. Fields should not be filled automatically with date of today (or option to set it off) 2. Userinput should be checked...

In the Lightbox:nextEffect function, the URI is run through JS escape(), which means that the colon in http:// becomes %3A. The URI thus doesn't work when set as a background...

Datepicker works bad for sure... even on http://www.clientcide.com/wiki/cnet-libraries/09-forms/02-datepicker the third datepicker is faulty: when you enter soem date in the field (e.g. 1/1/2010) and the open the datepicker and press...

StickyWin (2.2.0) modalOptions: {hideOnClick: false} not working the title says it all.

Hi there, As mentionned here http://github.com/anutron/clientcide/issuesearch?state=open&q=datepicker#issue/15 and here http://github.com/anutron/clientcide/issuesearch?state=open&q=datepicker#issue/26 some dates break the DatePicker. I'm sure that's an issue, as you can reproduce the bug in the tutorial/demo section here...

I noted something odd going on in the validateField method in the FormValidator.Tips class. Test case: create a multi text field form. Introduce multiple validations on some of the fields,...