287
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{| border="1" cellpadding="6" valign="top" | {| border="1" cellpadding="6" valign="top" | ||
| | |A CanvasTag for customized drawing is needed. The HTML canvas is available so this pretty much done. (Enn) I still think a non-retained version would be useful though.|| | ||
|- | |- | ||
| | |Templates need to log syntax errors on the JS console or elsewhere.|| | ||
|- | |- | ||
| | |Templates should have a means of matching values based on substrings, greater than a value, etc. || [https://bugzilla.mozilla.org/show_bug.cgi?id=285631 285631] | ||
|- | |- | ||
| | |Better ways of doing databinding, for instance to XML, components, or JS objects.|| [https://bugzilla.mozilla.org/show_bug.cgi?id=285631 285631] | ||
|- | |- | ||
| | |A [[XUL:Slider_Tag|slider tag]] (scale) for volume controls. Safari RSS has this and WebForms 2.0 will have this. We should make it work. || [https://bugzilla.mozilla.org/show_bug.cgi?id=290255 290255] | ||
|- | |- | ||
| | |Get the <spinbuttons> widget to work. It's missing images currently. ||[https://bugzilla.mozilla.org/show_bug.cgi?id=155053 155053]. | ||
|- | |- | ||
| | |Fix all the existing XBL implemented elements so that they actually have all the methods of the interfaces they say they implement.|| | ||
|- | |- | ||
| | |Editable treecells that allow editing via a textbox or a menulist. Fairly easy to implement for non-RDF trees, except for the caret being hidden when a view is above it issue.|| | ||
|- | |- | ||
| | |Get the dtd handling working for remote content so that dialog/wizard and so on will work there. (AxelHecht) We need a good story here. There is the story that we can't/won't do a chrome registry for remote xul, that is, no fiddling of locales into URLs. Which may actually be a wise idea. Then you need to do some serverside processing to spin the DTD url into your content, which ends up in you being able to serve the DTD inline as well. But we need to iron this out, probably with a counter proposal to actually do URL munging for remote xul.|| | ||
|- | |- | ||
| | |There needs to be a way of parsing XUL documents and fragments. DOMParser only parses XML. (NeilRashbrook) HTML parsing, too. Currently the best you can do is document.write() (AxelHecht) We need to check for DOM LS, jst, what's the status with that?|| | ||
|- | |- | ||
| | |Improve chrome URLs so that name collisions aren't going to occur. (AxelHecht) proposal? Not sure what this is supposed to be. (NeilDeakin) BenjaminSmedberg proposed using namespaced package names in http://bdsmedberg.no-ip.org:8080/chrome/|| | ||
|- | |- | ||
| | |Popups have a issues with certain content. We need to fix those.|| | ||
|- | |- | ||
|Specify the XUL box model and then make sure it is implemented that way|| | |Specify the XUL box model and then make sure it is implemented that way|| | ||
|- | |- | ||
| | |Make it so that XBL can be attached without using CSS. Or, just make it so that XBL is available right a binding is applied.||[https://bugzilla.mozilla.org/show_bug.cgi?id=265086 265086]. | ||
|} | |} | ||
edits