Closed
Bug 321750
Opened 19 years ago
Closed 17 years ago
Custom view tree selection broken in FF 1.5
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: agilmore, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
XUL trees using in memory JS tables as data sources can no longer have their rows selected.
Reproducible: Always
Steps to Reproduce:
1. View attached testcase, attempt to select a row.
2.
3.
Actual Results:
No selection takes place, JS console generates the error "Error: uncaught exception: Permission denied to create wrapper for object of class UnnamedClass" three times.
Expected Results:
The row clicked on should be selected.
This is new with FF 1.5, 1.0.x didn't have this issue.
Comment on attachment 207016 [details]
Clicking the tree doesn't select the clicked row in FF 1.5
This XUL doc taken from http://kb.mozillazine.org/Sorting_Trees
Changed getCellText() to be compat w/ FF 1.5 tree changes.
confirm on:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060208 Firefox/1.6a1
the code in this attachment can be used to extend the custom treeview to work with firefox 1.5, also look at:
http://www.xulplanet.com/forum/viewtopic.php?t=1427
Comment 5•17 years ago
|
||
Liam, still see this?
Assignee: Jan.Varga → nobody
Whiteboard: closeme 2008-08-01
Comment 6•17 years ago
|
||
"It never was broken. Just the implementation of a custom TreeView might have had to change going from FF 1.0.x to 1.5.x
Br,
liam"
=> invalid then, as this isn't a bug
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Whiteboard: closeme 2008-08-01
Version: Trunk → 1.8 Branch
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•