XUL:Priority List: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 35: Line 35:
{| border="1" cellpadding="6" valign="top"
{| border="1" cellpadding="6" valign="top"
|-
|-
|<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>||||[https://bugzilla.mozilla.org/show_bug.cgi?id=285631 285631]
|<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> ||||[https://bugzilla.mozilla.org/show_bug.cgi?id=285631 285631]
|-
|-
|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.||||
Line 43: Line 43:
|get XUL elements to work well in XML documents. (NeilRashbrook) Many of the XUL helper methods are currently defined on the XUL document. (AxelHecht) Is this part of my favorite content sink story or vice versa?||||
|get XUL elements to work well in XML documents. (NeilRashbrook) Many of the XUL helper methods are currently defined on the XUL document. (AxelHecht) Is this part of my favorite content sink story or vice versa?||||
|-
|-
|elements that only allow numeric input or other filtered input.||[[XUL:Specs:NumberBox]]||
|<strike>elements that only allow numeric input or other filtered input.</strike>||[[XUL:Specs:NumberBox]]||
|}
|}


287

edits

Navigation menu