amplesdk icon indicating copy to clipboard operation
amplesdk copied to clipboard

Ample SDK - JavaScript UI Framework

Results 54 amplesdk issues
Sort by recently updated
recently updated
newest added

Although min-x and min-y particles work properly, width and height do not apply properly

module: svg
browser: ie
severity: major

It would be nice to have information about Ample SDK spending on certain tasks (such as parsing, loading, elements instantiation, rendering etc) exposed.

module: runtime
type: featurerequest

All browsers but Opera 11 today support these events

module: runtime
type: featurerequest

@font-face declarations with custom .eot fonts seem to not be rendered in VML in IE

module: svg
browser: 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,...

module: runtime
severity: minor

if ample mime-type communicated/specified

module: xhtml
type: featurerequest

if ample mime-type communicated

module: runtime
type: featurerequest

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...

module: svg
severity: major

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...

module: runtime

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....

module: runtime
browser: ie