Closed
Bug 96866
Opened 24 years ago
Closed 23 years ago
In outliners, double clicking a container set focus to the last element
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.0
People
(Reporter: rangansen, Assigned: janv)
Details
It seems that in outliners, once we double click the container, the last element
in the container get automatically selected - looks like it might be a bug in
the way outliners are handled - right now, I do not have a specific test case
for this - but the details tab in certificate view window might be an example -
double click any of the container and the focus is set to the last element - I
have observed similar cases in a few other places. There is, however, a simple
workaround - enforing the focus back to the douclicked item something like
mSelection->Select(index);, as in bug# 91453
Comment 1•24 years ago
|
||
Given that other instances of outliner in the tree (history/mail folder/mail
threadpane) do not exhibit this behaviour, I'm inclined to think that this
is specific to the implementation of nsIASN1Outliner.
Let's have a look at that first.
Assignee: trudelle → javi
| Assignee | ||
Comment 2•23 years ago
|
||
taking
Assignee: javi → varga
Component: XP Toolkit/Widgets → XP Toolkit/Widgets: Trees
OS: Windows NT → All
Priority: -- → P3
Target Milestone: --- → mozilla1.0
| Assignee | ||
Comment 3•23 years ago
|
||
can't reproduce it anymore.
| Assignee | ||
Comment 4•23 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•