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

Attribute names starting on 'on' don't work. Example (@on is not readable): ``` ``` In normal HTML documents they work.

module: runtime
type: featurerequest

Consider LESS, SASS or http://dev.w3.org/csswg/css-variables/ syntax

module: runtime
type: featurerequest

Inline event handlers can be evaluated later only when corresponding event is fired. That's how it works in modern browsers. As result inline handler and other onXXX attributes can be...

module: runtime
type: featurerequest

Chrome displays SVG correctly, but on IE8 paths (or transforms) are calculated incorrectly. e.g. http://pastebin.com/SDpbEks2 shows up like this: ![AntennaChromeIE8](https://f.cloud.github.com/assets/1045361/113280/1fd9c32c-6b4a-11e2-9bfa-0a8124959ca5.png)

module: svg
severity: minor
browser: ie (before 9)

If img is created from string it does not load content in IE9. The following code works in FF, Chrome, IE10 but not in IE9 (standard mode): ``` ample.query('').appendTo(ample.documentElement); ```

module: xhtml
browser: ie

e.g. Test case: http://pastebin.ca/2306727 It appears that during the command call, selectedItem is set and the selected item has "selected":"true" however, afterwards selectedItem is nulled and all items appear as...

module: xul

As I understand it, in a XUL app in Firefox, each page or window would be a separate file. Creating a window dynamically would result in the window or page...

module: xul

Tab label appears under tab in IE7. Bug is reproduced in IE only. Example: http://pastebin.com/yhYRTEWr

module: xul

If you construct a window and show it, then construct another hidden window and call show() on it, then the second window does not appear in front of the first....

module: xul

For example you have an element being draggable. Now, if you call setAttribute("class", "newclass") the ":drag" pseudo-class is not applied any more.

module: runtime
severity: major