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

IndexOutOfBoundsException in TextField

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • None
    • fx2.1
    • javafx
    • JavaFX 2.1 beta 10 Windows 7 x64 JDK 1.7.0_04 b08

    Description

      Seen in console output during typing, moving and deleting text in textfield.

      java.lang.IndexOutOfBoundsException
      at javafx.scene.control.TextInputControl.replaceText(Unknown Source)
      at com.sun.javafx.scene.control.skin.TextFieldSkin.replaceText(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TextFieldBehavior.replaceText(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.defaultKeyTyped(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callAction(Unknown Source)
      at com.sun.javafx.scene.control.behavior.BehaviorBase.callActionForEvent(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TextInputControlBehavior.callActionForEvent(Unknown Source)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(Unknown Source)
      at com.sun.javafx.scene.control.behavior.BehaviorBase$1.handle(Unknown Source)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
      at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
      at javafx.event.Event.fireEvent(Unknown Source)
      at javafx.scene.Scene$KeyHandler.process(Unknown Source)
      at javafx.scene.Scene$KeyHandler.access$1800(Unknown Source)
      at javafx.scene.Scene.impl_processKeyEvent(Unknown Source)
      at javafx.scene.Scene$ScenePeerListener.keyEvent(Unknown Source)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(Unknown Source)
      at com.sun.glass.ui.View.handleKeyEvent(Unknown Source)
      at com.sun.glass.ui.View.notifyKey(Unknown Source)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
      at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:722)

      Attachments

        Activity

          People

            leifs Leif Samuelsson (Inactive)
            sreimersjfx Sven Reimers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: