amplesdk
amplesdk copied to clipboard
Ample SDK - JavaScript UI Framework
XUL Gear is a great tool for manipulating XUL when manipulating UIs. https://addons.mozilla.org/en-US/firefox/addon/xul-gear/ It would be great if we could port this to ample. It would be a good demo...
Since ample.ajax can be aborted sometimes it is necessary to differ this action from succes/error possibly via "abort" event.
Details: http://dev.w3.org/2006/webapi/selectors-api2/#the-scope-pseudo-class
If two drop targets have same size and position dragEnter (maybe other events) is not fired for the actual target: Here, for example, dragEvent is not fired for LI: `aaa`...
I've cut my code down to this: http://pastebin.com/WbuyLES2 I am testing this on chrome. If you look at the xul-box---box-child element in the shadow DOM, you'll see that it's of...
Empty style attributes are appearing in the shadow child elements. I think it has to do with this section of code: aHtml.push('<tr style="'); if (oElement.nodeType == ample.classes.Node.ELEMENT_NODE) { if (oElement.attributes["hidden"]...
I am arguing that the style attribute should be passed through by all XUL elements in amplesdk. The style attribute should not be used for most development as keeping style...
To continue from issue 92 (which appears to have been blocked from being reopened.)... toolbarspacer is currently unimplemented. So instead of throwing an error when referencing the non-existent tag, ample...
If one specifies an object in a CSS file by ID, the pseudo-class associated with it is ignored. e.g. # myelement:hover { color:red; } This has no effect.
It'd be cool to have the following events supported in Ample SDK: - tap - doubletap - swipe - others? More info can be found here: http://www.ajidev.com/ttpro/support/ref_events.html Also it'd be...