amplesdk
amplesdk copied to clipboard
Ample SDK - JavaScript UI Framework
Although min-x and min-y particles work properly, width and height do not apply properly
It would be nice to have information about Ample SDK spending on certain tasks (such as parsing, loading, elements instantiation, rendering etc) exposed.
All browsers but Opera 11 today support these events
@font-face declarations with custom .eot fonts seem to not be rendered in VML in IE
Case for this example: https://github.com/clientside/amplesdk-tests/blob/master/manual/misc/reorder/reorder.html Take the first item of the left container. Drag it to the bottom of the container. Wait till the browser starts autoscroll. When autoscroll stops,...
if ample mime-type communicated/specified
if ample mime-type communicated
Adding elements programmatically causes them to be scaled down by factor 0.5 in IE. The example below demonstrates this behaviour. The same code works as expected in Firefox. When the...
I have several widgets which inherit, so I've published the ancestor widget classes: ample.publish(TextFieldBase, 'TextFieldBase', fs); No problem. Input.prototype = new fs.TextFieldBase(); No problem. I have been using ample.extend for...
With FirebugLite (latest version) installed, I noticed that ample.ajax failed in IE6. With async == true, the error and complete callbacks executed immediately, and of course the responseText was undefined....