287
edits
No edit summary |
|||
| Line 6: | Line 6: | ||
{| border="1" cellpadding="6" valign="top" | {| border="1" cellpadding="6" valign="top" | ||
|Templates need to log syntax errors on the JS console or elsewhere.|| | |Templates need to log syntax errors on the JS console or elsewhere.|| | ||
|- | |- | ||
| Line 38: | Line 36: | ||
#<strike>currently when one wants to filter out results that don't match a condition, an empty rule has to be used. There should be a simple way to negate results.</strike> | #<strike>currently when one wants to filter out results that don't match a condition, an empty rule has to be used. There should be a simple way to negate results.</strike> | ||
#there are various targets and elements available through an event object but it seems that none of them are ever the one I want. Often they point to anonymous content. (AxelHecht) more detail here? (NeilDeakin) For example, for focus events, the target is the anonymous HTML input rather than the XUL element. (NeilRashbrook) This is because the focus event doesn't bubble so the onfocus handler has to be inherited onto the anonymous HTML input. | #there are various targets and elements available through an event object but it seems that none of them are ever the one I want. Often they point to anonymous content. (AxelHecht) more detail here? (NeilDeakin) For example, for focus events, the target is the anonymous HTML input rather than the XUL element. (NeilRashbrook) This is because the focus event doesn't bubble so the onfocus handler has to be inherited onto the anonymous HTML input. | ||
#get the element at a given coordinate, or set of elements. | #get the element at a given coordinate, or set of elements. | ||
| Line 64: | Line 61: | ||
==Priority 4== | ==Priority 4== | ||
#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. | |||
#add some functions to the listbox so that creating multi-column items is easier. | #add some functions to the listbox so that creating multi-column items is easier. | ||
#make creating custom tags with XBL or other technologies easy, and ensure they can be distributed easily. I'm thinking a catgeory on update.mozilla.org here. The point is a bit vague about what it means. | #make creating custom tags with XBL or other technologies easy, and ensure they can be distributed easily. I'm thinking a catgeory on update.mozilla.org here. The point is a bit vague about what it means. | ||
| Line 97: | Line 95: | ||
#some graph widgets like bar graph, pie chart, etc. This could be done with SVG and XBL presumably. | #some graph widgets like bar graph, pie chart, etc. This could be done with SVG and XBL presumably. | ||
#add some styles to allow tabs to placed on the other sides on the tabbox. | #add some styles to allow tabs to placed on the other sides on the tabbox. | ||
#need more control over template recursion. Recursion can now be disabled. | |||
==Priority 7== | ==Priority 7== | ||
edits