Modify ↓
Opened 17 months ago
Closed 14 months ago
#69 closed defect (fixed)
Interacting with ChoiceBox in preview crashes Eclipse
| Reported by: | Bill van Melle <billvm@…> | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.0.14 |
| Component: | tooling-fxgraph | Version: | 0.0.12 |
| Keywords: | Cc: |
Description
Selecting an item from a ChoiceBox in a preview window crashes Eclipse. Some of the time it crashes Eclipse so hard it comes up in a pretty serious error state when you restart it. Example:
<?import javafx.scene.layout.*?>
<?import javafx.scene.control.*?>
<?import javafx.collections.*?>
<?import java.lang.*?>
<HBox xmlns:fx="http://javafx.com/fxml">
<ChoiceBox>
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="Foo"/>
<String fx:value="Bar"/>
<String fx:value="Baz"/>
</FXCollections>
</items>
</ChoiceBox>
</HBox>
Attachments (1)
Change History (6)
comment:1 Changed 16 months ago by tom
comment:2 Changed 16 months ago by tom
I'm not sure who is the responsible for the crash - the crash i got with https://github.com/tomsontom/e-fx-clipse/blob/master/at.bestsolution.efxclipse.testcases.fxgraph/src/at/bestsolution/efxclipse/testcases/fxgraph/FactoryExample.fxgraph was in SWT
comment:3 Changed 16 months ago by tom
I've logged http://javafx-jira.kenai.com/browse/RT-19637 for upstream - there's nothing I can do about it until it is fixed upstream
comment:4 Changed 14 months ago by tom
- Milestone set to 0.0.14
comment:5 Changed 14 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Windows or Mac - crashes most likely are bugs in JavaFX or it's SWT-Bridge.