Skip to content

GUIBuilder 7.02: selecting ActionEvent in Property Inspectors Events does not set internal dirty flag #3592

@weissms68

Description

@weissms68

There is no indication the *.gui files was changed and needs to be saved.

Steps to reproduce:

  1. create GuiBuilder form: mvn cn1:create-gui-form -DclassName=com.example.MyForm
  2. open GuiBuilder: mvn cn1:guibuilder -DclassName=com.example.MyForm
  3. put Core Components Button into the form
  4. in Properties Inspector switch to Event
  5. click Action Event -> small x appears to the right -> no visual indication a save is needed
  6. exit GuiBuilder
  7. check contents of MyForm.gui file: cat common/src/main/guibuilder/com/example/MyForm.gui -> actionEvent="true" is missing from component "Button"

Open GuiBuilder again start from 5. but this time save before exit. Check the contents of MyForm.gui again -> actionEvent="true" is there.

If in contrast to the above the Text property of the Button is changed there is a visual indication that a save is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions