Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
Down for 10.3.x LTS version upgrade on Nov 3, 09:30 PM - Nov 4, 01:30 AM PT (Nov 04, 05:30 AM - 09:30 AM GMT, Tuesday)
JDK
JDK-8124833
updating root TreeItem in TreeView causes application to crash
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Won't Fix
Priority:
P4
Fix Version/s:
None
Affects Version/s:
7u13
Component/s:
javafx
Labels:
treeitem
treeview
Environment:
Ubuntu 12.04, Java 7 update 13 + bundled JavaFX RT
Subcomponent:
controls
Description
root = new CompanyTreeRoot(); // this has children and grand children
treeView.setRoot(root);
treeView.setRoot(null); <-- ok
root = new CompanyTreeRoot(); // again children and grand children
treeView.setRoot(root); <<- Freezes the application
Attachments
Activity
People
Assignee:
Jonathan Giles
Reporter:
Anahata Technologies (Inactive)
Votes:
0
Vote for this issue
Watchers:
1
Start watching this issue
Dates
Due:
2013-03-19
Created:
2013-02-14 11:51
Updated:
2024-10-09 12:35
Resolved:
2013-03-12 17:30
Imported:
17/Jun/15 1:50 PM