287
edits
m (→In progress: css2 custom cursors bug is fixed) |
No edit summary |
||
Line 9: | Line 9: | ||
==Priority 1== | ==Priority 1== | ||
#a CanvasTag for customized drawing is needed. | #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 need to log syntax errors on the JS console or elsewhere. | ||
#need better debugging for when applications aren't registered in the chrome registry correctly. (NeilRashbrook) For a start the chrome registry should return useful error codes for invalid or unregistered URLs. | #need better debugging for when applications aren't registered in the chrome registry correctly. (NeilRashbrook) For a start the chrome registry should return useful error codes for invalid or unregistered URLs. | ||
#templates should have a means of matching values based on substrings, greater than a value, etc. | #templates should have a means of matching values based on substrings, greater than a value, etc. | ||
#better ways of doing databinding, for instance to XML, components, or JS objects. | #better ways of doing databinding, for instance to XML, components, or JS objects. [https://bugzilla.mozilla.org/show_bug.cgi?id=285631 Bug 285631] | ||
#a [[XUL:Slider_Tag|slider tag]] for volume controls. Safari RSS has this and WebForms 2.0 will have this. There already is a tag called slider though which was intended for this purpose. We should make it work. (NeilRashbrook) No, all a slider is is the background for the thumb on a scrollbar. | #a [[XUL:Slider_Tag|slider tag]] for volume controls. Safari RSS has this and WebForms 2.0 will have this. There already is a tag called slider though which was intended for this purpose. We should make it work. [https://bugzilla.mozilla.org/show_bug.cgi?id=290255 Bug 290255] (NeilRashbrook) No, all a slider is is the background for the thumb on a scrollbar. (Enn) hyatt once said otherwise. | ||
#get the <spinbuttons> widget to work. It's missing images currently. See [https://bugzilla.mozilla.org/show_bug.cgi?id=155053 bug 155053]. | #get the <spinbuttons> widget to work. It's missing images currently. See [https://bugzilla.mozilla.org/show_bug.cgi?id=155053 bug 155053]. | ||
#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. | #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. |
edits