Closed
Bug 11715
Opened 26 years ago
Closed 25 years ago
[Tree] Clicking in blank space under tree does not fire onclick
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: hangas, Assigned: alecf)
References
Details
When clicking in the blank space under a tree the onclick does not fire for the
tree or the box containing the tree.
Not sure about Windows and Linux, I am only running this on a Mac.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Updated•26 years ago
|
Target Milestone: M11 → M14
Comment 2•26 years ago
|
||
moving to m14
I will be your hands here. I would like this to be M12 so that we can use the
mail compose window for beta.
Comment 4•25 years ago
|
||
Can you give me more info on this? What blank space?
Comment 5•25 years ago
|
||
When you start msgCompose, the addressing Widget has only one row. We need to get the onclick handler fire when
the user click under this row but inside the addressing widget area in order to be able to create a new row (like in
4.5)
Comment 6•25 years ago
|
||
not to argue too hard if we really need this, but my 4.5 doesn't seem to do
this. I can only get a new row by hitting return.
Comment 7•25 years ago
|
||
I lied. my 4.5 does do this.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Comment 8•25 years ago
|
||
I think this could be solved by adding a box under the tree. Jean-Francois
and/or hangas - have you played around with this at all?
I'm imagining (in pseudo-xul)
<box align="vertical">
<div><tree flex="100%"></div>
<box onclick="AddARowToTheAddressWidgetTree()">
</box>
Thoughts?
I'm taking this bug in the hopes to mark it INVALID :)
Assignee | ||
Comment 9•25 years ago
|
||
oops, meant to reassign it to me, not mark fixed.
Assignee | ||
Updated•25 years ago
|
Assignee: hyatt → alecf
Status: REOPENED → NEW
Assignee | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Summary: Clicking in blank space under tree does not fire onclick → [Tree] Clicking in blank space under tree does not fire onclick
Comment 10•25 years ago
|
||
giving me rest of phillips open qa contact bugs, sorry for spam
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
It's working now. If you click under the first row in the addressing widget of
message compose, you can see in the debug console the following output:
awClick row
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•