h6w
h6w
Appears in unit tests on IE6-8, Chrome. FF untested.
Appears in unit tests on IE6-8, and Chrome. FF untested.
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...
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.
After patching awusb.c for Kernel 4.18, I get the following error: `pcall FAILED Tools_51.lua:38: attempt to perform arithmetic on local 'j' (a nil value) 2 279`
The new postman tests at https://github.com/gothinkster/realworld/blob/master/api/Conduit.postman_collection.json are failing a few tests when run against the node-experess backend repos. Namely: User: 'bio' and 'image' property are missing. Article: "updatedAt" property is...