Closed
Bug 66390
Opened 25 years ago
Closed 23 years ago
tree cells don't have an oncommand event
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gary_Cope, Assigned: hewitt)
Details
Build ID 2001010708 win32talkback.zip
Currently the user-list <treecell> in chatzilla.xul is using 'oncommand' to call
onSortCol(). The method isnt being called from a mouseclick.
This needs to be changed to 'onclick' or the treecell support oncommand.
this belongs to toolkit, we should have oncommand.
Assignee: gary_Cope → hyatt
Status: UNCONFIRMED → NEW
Component: chatzilla → XP Toolkit/Widgets: Trees
Ever confirmed: true
QA Contact: mozilla → jrgm
Summary: user-list tree columns in chatzilla dont sort when clicked. → tree columns don't have an oncommand event
Comment 2•25 years ago
|
||
->moz0.9.1, changing summary to tree cells.
Summary: tree columns don't have an oncommand event → tree cells don't have an oncommand event
Target Milestone: --- → mozilla0.9.1
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.1 → Future
Comment 3•24 years ago
|
||
--> default component owner
Assignee: hyatt → hewitt
Status: ASSIGNED → NEW
QA Contact: jrgm → shrir
Target Milestone: Future → ---
Comment 4•23 years ago
|
||
they already changed it to onclick long time ago:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=chatzilla.xul&root=/cvsroot&subdir=mozilla/extensions/irc/xul/content&command=DIFF_FRAMESET&rev1=1.18&rev2=1.19
and I don't see a reason for oncommand here
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•