amplesdk
amplesdk copied to clipboard
Ample SDK - JavaScript UI Framework
Attribute names starting on 'on' don't work. Example (@on is not readable): ``` ``` In normal HTML documents they work.
Consider LESS, SASS or http://dev.w3.org/csswg/css-variables/ syntax
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...
Chrome displays SVG correctly, but on IE8 paths (or transforms) are calculated incorrectly. e.g. http://pastebin.com/SDpbEks2 shows up like this: 
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); ```
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...
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...
Tab label appears under tab in IE7. Bug is reproduced in IE only. Example: http://pastebin.com/yhYRTEWr
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....
For example you have an element being draggable. Now, if you call setAttribute("class", "newclass") the ":drag" pseudo-class is not applied any more.