Closed
Bug 583255
Opened 14 years ago
Closed 14 years ago
Selection error in XUL trees in Panels with titlebar="normal"
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
VERIFIED
FIXED
People
(Reporter: rcampbell, Assigned: enndeakin)
References
Details
(Whiteboard: inspector)
Attachments
(1 file, 1 obsolete file)
8.14 KB,
patch
|
roc
:
review+
dbaron
:
approval2.0+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. In today's build (2010-07-30), open the Inspector (cmd-shift-I)
2. highlight and click on an area in the page to lock the inspector
3. select another node in the tree panel
You'd expect the node you clicked on to be selected, but I'm seeing the row below it selected. The selection coordinates appear to be offset by the height of the titlebar.
I'm not seeing this in the style panel which uses a XUL list.
Reporter | ||
Updated•14 years ago
|
Whiteboard: inspector
Reporter | ||
Comment 1•14 years ago
|
||
note, that I am seeing this on OS X, need to test other platforms as well.
Assignee | ||
Comment 2•14 years ago
|
||
It seems that AdjustClientCoordsToBoxCoordSpace doesn't need to be so complicated or involve views at all.
I will make a test for this.
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•14 years ago
|
||
Just checked on Windows and I'm seeing the same offset error there as well. Again, lists are fine, it's just the tree that seems off.
thanks!
Reporter | ||
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #461647 -
Attachment is obsolete: true
Attachment #462888 -
Flags: review?(roc)
Attachment #462888 -
Flags: review?(roc) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #462888 -
Flags: approval2.0?
Attachment #462888 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite+
Reporter | ||
Comment 7•14 years ago
|
||
tested and works fine in this morning's build. Thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•