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

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

module: xul

Since ample.ajax can be aborted sometimes it is necessary to differ this action from succes/error possibly via "abort" event.

type: featurerequest
module: query

Details: http://dev.w3.org/2006/webapi/selectors-api2/#the-scope-pseudo-class

module: runtime
type: featurerequest

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

module: runtime

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

module: xul

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

module: xul

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

module: xul

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

module: runtime
module: xul

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.

module: runtime

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

module: runtime
type: featurerequest