Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8122605

Exception when inline editing combo box

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • 7u6
    • javafx
    • None

      Import a combo box, then start inline edit in content view.
      You will get :
      Failed to set javafx.scene.control.ComboBoxBase.promptText to hh (a java.lang.String)
      java.lang.RuntimeException: A bound value cannot be set.
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:157)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:84)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:76)
      at com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.changed(BidirectionalBinding.java:468)
      at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:367)
      at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:100)
      at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:121)
      at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:128)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:161)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.scene.control.ComboBoxBase.setPromptText(ComboBoxBase.java:226)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.oracle.javafx.authoring.persist.Prop$BeanProp.set(Prop.java:94)
      at com.oracle.javafx.authoring.model.transactions.SetPropertyAction.apply(SetPropertyAction.java:112)
      at com.oracle.javafx.authoring.model.transactions.Transaction.register(Transaction.java:180)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:519)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:525)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setPropertyIfDifferent(Transaction.java:610)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.setText(InlineEditController.java:160)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.stopInlineEdit(InlineEditController.java:122)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:680)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:676)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:90)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:79)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:34)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Node.fireEvent(Node.java:6814)
      at com.sun.javafx.scene.control.behavior.TextFieldBehavior.fire(TextFieldBehavior.java:148)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callAction(TextInputControlBehavior.java:159)
      at com.sun.javafx.scene.control.behavior.BehaviorBase.callActionForEvent(BehaviorBase.java:157)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callActionForEvent(TextInputControlBehavior.java:117)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:121)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:119)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:64)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchKeyEvent(HierarchyTraversalEventDispatcher.java:45)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:32)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$KeyHandler.process(Scene.java:3508)
      at javafx.scene.Scene$KeyHandler.access$2300(Scene.java:3463)
      at javafx.scene.Scene.impl_processKeyEvent(Scene.java:1865)
      at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2261)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandler.java:126)
      at com.sun.glass.ui.View.handleKeyEvent(View.java:518)
      at com.sun.glass.ui.View.notifyKey(View.java:950)
      SetPropertyAction(Element=Element[id=null], target=ComboBox[id=null, styleClass=combo-box-base combo-box], property=javafx.scene.control.ComboBoxBase.promptText) failed
      java.lang.IllegalArgumentException: Failed to set javafx.scene.control.ComboBoxBase.promptText to hh (a java.lang.String)
      at com.oracle.javafx.authoring.persist.Prop$BeanProp.set(Prop.java:99)
      at com.oracle.javafx.authoring.model.transactions.SetPropertyAction.apply(SetPropertyAction.java:112)
      at com.oracle.javafx.authoring.model.transactions.Transaction.register(Transaction.java:180)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:519)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:525)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setPropertyIfDifferent(Transaction.java:610)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.setText(InlineEditController.java:160)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.stopInlineEdit(InlineEditController.java:122)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:680)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:676)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:90)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:79)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:34)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Node.fireEvent(Node.java:6814)
      at com.sun.javafx.scene.control.behavior.TextFieldBehavior.fire(TextFieldBehavior.java:148)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callAction(TextInputControlBehavior.java:159)
      at com.sun.javafx.scene.control.behavior.BehaviorBase.callActionForEvent(BehaviorBase.java:157)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callActionForEvent(TextInputControlBehavior.java:117)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:121)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:119)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:64)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchKeyEvent(HierarchyTraversalEventDispatcher.java:45)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:32)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$KeyHandler.process(Scene.java:3508)
      at javafx.scene.Scene$KeyHandler.access$2300(Scene.java:3463)
      at javafx.scene.Scene.impl_processKeyEvent(Scene.java:1865)
      at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2261)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandler.java:126)
      at com.sun.glass.ui.View.handleKeyEvent(View.java:518)
      at com.sun.glass.ui.View.notifyKey(View.java:950)
      Caused by: java.lang.RuntimeException: A bound value cannot be set.
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:157)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:84)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:76)
      at com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.changed(BidirectionalBinding.java:468)
      at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:367)
      at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:100)
      at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:121)
      at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:128)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:161)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.scene.control.ComboBoxBase.setPromptText(ComboBoxBase.java:226)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.oracle.javafx.authoring.persist.Prop$BeanProp.set(Prop.java:94)
      ... 58 more
      Glass detected outstanding Java exception at -[GlassViewDelegate sendJavaKeyEvent:isDown:]:src/com/sun/mat/ui/GlassViewDelegate.m:611
      Exception in thread "JavaFX Application Thread" com.oracle.javafx.authoring.model.transactions.Transaction$TransactionFailed: Change Text failed: java.lang.IllegalArgumentException: Failed to set javafx.scene.control.ComboBoxBase.promptText to hh (a java.lang.String)
      at com.oracle.javafx.authoring.model.transactions.Transaction.register(Transaction.java:188)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:519)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setProperty(Transaction.java:525)
      at com.oracle.javafx.authoring.model.transactions.Transaction.setPropertyIfDifferent(Transaction.java:610)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.setText(InlineEditController.java:160)
      at com.oracle.javafx.authoring.dictionary.InlineEditController.stopInlineEdit(InlineEditController.java:122)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:680)
      at com.oracle.javafx.authoring.stage.v2.EditModeController$5.handle(EditModeController.java:676)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:90)
      at com.oracle.javafx.authoring.controls.SmartTextField$SelectAll.handle(SmartTextField.java:79)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:34)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Node.fireEvent(Node.java:6814)
      at com.sun.javafx.scene.control.behavior.TextFieldBehavior.fire(TextFieldBehavior.java:148)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callAction(TextInputControlBehavior.java:159)
      at com.sun.javafx.scene.control.behavior.BehaviorBase.callActionForEvent(BehaviorBase.java:157)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callActionForEvent(TextInputControlBehavior.java:117)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:121)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(BehaviorBase.java:119)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:64)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchKeyEvent(HierarchyTraversalEventDispatcher.java:45)
      at com.oracle.javafx.authoring.controls.HierarchyTraversalEventDispatcher.dispatchEvent(HierarchyTraversalEventDispatcher.java:32)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$KeyHandler.process(Scene.java:3508)
      at javafx.scene.Scene$KeyHandler.access$2300(Scene.java:3463)
      at javafx.scene.Scene.impl_processKeyEvent(Scene.java:1865)
      at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2261)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandler.java:126)
      at com.sun.glass.ui.View.handleKeyEvent(View.java:518)
      at com.sun.glass.ui.View.notifyKey(View.java:950)
      Caused by: java.lang.IllegalArgumentException: Failed to set javafx.scene.control.ComboBoxBase.promptText to hh (a java.lang.String)
      at com.oracle.javafx.authoring.persist.Prop$BeanProp.set(Prop.java:99)
      at com.oracle.javafx.authoring.model.transactions.SetPropertyAction.apply(SetPropertyAction.java:112)
      at com.oracle.javafx.authoring.model.transactions.Transaction.register(Transaction.java:180)
      ... 56 more
      Caused by: java.lang.RuntimeException: A bound value cannot be set.
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:157)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:84)
      at javafx.beans.property.StringProperty.setValue(StringProperty.java:76)
      at com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.changed(BidirectionalBinding.java:468)
      at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:367)
      at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:100)
      at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:121)
      at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:128)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:161)
      at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:67)
      at javafx.scene.control.ComboBoxBase.setPromptText(ComboBoxBase.java:226)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.oracle.javafx.authoring.persist.Prop$BeanProp.set(Prop.java:94)
      ... 58 more

            jcambon Jerome Cambon
            slions Sandra Lions-piron
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: