Confirmed users
269
edits
(move scrolling API up since people keep asking for it and <scrollbox> is now useless) |
mNo edit summary |
||
| Line 14: | Line 14: | ||
#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. | ||
#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. | #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. | ||
#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. | ||