clientcide
clientcide copied to clipboard
The Clientcide Javascript Libraries
Just downloaded 2.2.0 and noticed the build version is no getting added in? ``` var Clientcide = { version: '%build%', assetLocation: "http://github.com/anutron/clientcide/raw/master/Assets", ``` Should be an easy one :)
Didn't realize bugs are here now. Copy of bug #120 from http://code.google.com/p/cnetjavascript/issues/detail?id=120 HTML: http://code.google.com/p/cnetjavascript/issues/attachmentText?id=120&aid=-770559181411270546&name=test.html&token=e2f07b2468ea87d4c081c6d2bf885982 What steps will reproduce the problem? 1. Load the attached HTML file. You should see 'hello...
The object Browser.Features.getCSSTransition has a check for if(Browser.webkit || Browser.chrome) that line should read if(Browser.safari || Browser.chrome)
For example, if an input has validate-alphanum followed by maxLength:10 validators. Validation will pass for non-alphanumeric inputs that aren't longer than 10 characters. If the order of the validators is...
I'm guessing this hasn't been addressed as I'm running into this too. So I poked around with the code, and discovered that if the hours in fillCalendar method ===0 then...
When window has no vertical scroll and I popup StickyWIn.Modal with contents that create vertical scroll bars, modal window does not stretch to 100% height. I noticed that on clientcide...
There is no corresponding documentation for any of the "Compatability" classes. For example: http://clientcide.com/docs/Compatability/Browser.Extras.Compat - there is nothing available. The same goes for all of the "Compat" classes.
What Steps will reproduce the problem?: Create a StickyWin.PointyTip with the "draggable" option set to true. What is the expected output? What do you see instead? The PointyTip box should...
Although it works fine in the Clientcide demo (http://www.clientcide.com/wiki/cnet-libraries/07-ui/11-waiter#ajax-integration), using a waiter with the useWaiter option of Request.HTML does not work for me. The waiter does not appear over the...
Problem: Using Clientcide.setAssetLocation() does not effect the baseHref option of the Waiter class, causing waiter.gif to be pulled from http://www.cnet.com/html/rb/assets/global/waiter/ regardless of what Clientcide.assetLocation is. What steps will reproduce the...