Closed
Bug 53871
Opened 25 years ago
Closed 25 years ago
Double clicking on parent tree item won't toggle visibility of children
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: hyatt)
Details
(Keywords: regression)
Attachments
(1 file)
|
593 bytes,
patch
|
Details | Diff | Splinter Review |
Build ID: just pulled
Steps to Reproduce:
(1) Double click on a parent tree item anywhere in the app (e.g. Prefs:
Advanced or a bookmarks folder in Manage Bookmarks)
Result: The child items aren't toggled. Single-clicking on the disclosure
icon/widget still functions properly. Recent regression, Brian says he thinks
a bug may have been filed, but possibly against AIM (I can't search bugscape,
so filing this just to make sure it's covered).
| Reporter | ||
Updated•25 years ago
|
Comment 1•25 years ago
|
||
I do recall such a bug filed against AIM a few days ago, since approved and
resolved as fixed, I believe. Is this just a missing convenience, or is there
some loss of functionality?
| Assignee | ||
Comment 2•25 years ago
|
||
This is a loss of functionality. The only way you can open a tree item now is
with the twisty. This is horrible.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•25 years ago
|
||
It also appears that double click handlers are broken throughout the app. I
stepped into the code, and it looks like the detail field of the DOM event is
wrong. This implies that we're looking at a very serious DOM level 2
regression.
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Double-click is broken for all XBL. It's just a typo. The diff is attached.
Please +. Thanks.
Comment 6•25 years ago
|
||
r=bryner. I saw that in the diff of your checkin and thought "hm, that looks
odd..." but didn't have time to really investigate.
| Assignee | ||
Comment 7•25 years ago
|
||
I didn't want to peel this out of the file when checking in the fix for the
keyboard crasher regression, so this just went in on both trunk and tip.
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
This didn't go into the tip (files must have been out of synch somehow).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•25 years ago
|
||
Fixed on tip.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
Works for Me
Platform: PC
OS: Windows 98
Mozilla Version: 2000100508
Marking as Verified
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•