Modify

#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)

hs_err_pid3644.log (19.0 KB) - added by tom 16 months ago.
crash log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 16 months ago by tom

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

Changed 16 months ago by tom

crash log

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

Add Comment

Modify Ticket

Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.