netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

syntax check in javafx fxml file is reporting 'does not support property' in KeyCodeCombination

Open sijskes opened this issue 8 months ago • 5 comments

Apache NetBeans version

Apache NetBeans 22

What happened

had scenebuilder create a fxml file. opened file in netbeans. netbeans indicated errors in file.

class 'javafx.scene.input.KeyCodeCombination' does not support property 'alt'. also for 'control' 'meta' 'shift' 'shortcut'.

Language / Project Type / NetBeans Component

javafx

How to reproduce

create stage with menubar with menuitem with shortcut in scenebuilder. open fxml file in netbeans.

Did this work correctly in an earlier version?

No / Don't know

Operating System

ubuntu linux mate hybrid

JDK

version "21.0.3" 2024-04-16 build 21.0.3+9-Ubuntu-1ubuntu122.04.1

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

always.

Are you willing to submit a pull request?

No

Screenshot at 2024-06-17 11-22-11 crop

Used version scenebuilder

21.0.0

Used version javafx

javafx 21

sijskes avatar Jun 17 '24 09:06 sijskes