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

Click inside TextArea stops inline editing. Exception will be thrown

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 7u6
    • 7u6
    • javafx
    • None
    • Product Version
      JavaFX Scene Builder 1.0 (Early Access)

      Build Information
      Date: 2012-01-21 19:16 +0100, Changeset: 3bf8e4e6b093, Tags: tip

      Java FX
      2.1.0-beta-b09

      Operating System
      Windows 7, x86, 6.1

    Description

      Step to reproduce.
      1. Open empty document in SB/
      2. Add TextArea
      3. Start inline editing by double click.
      4. Click inside text area. Exception will be thrown.




      Exception:
      java.lang.NullPointerException
      at javafx.scene.Scene$KeyHandler.setFocusOwner(Scene.java:3081)
      at javafx.scene.Scene$KeyHandler.requestFocus(Scene.java:3142)
      at javafx.scene.Scene$KeyHandler.access$1900(Scene.java:3065)
      at javafx.scene.Scene.requestFocus(Scene.java:1531)
      at javafx.scene.Node.requestFocus(Node.java:5549)
      at com.sun.javafx.scene.control.behavior.ScrollPaneBehavior.mousePressed(ScrollPaneBehavior.java:168)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(SkinBase.java:325)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(SkinBase.java:319)
      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.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.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$MouseHandler.process(Scene.java:2893)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2687)
      at javafx.scene.Scene$MouseHandler.access$1300(Scene.java:2653)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1279)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:1911)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:210)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:330)
      at com.sun.glass.ui.View.notifyMouse(View.java:686)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
      at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:62)
      at java.lang.Thread.run(Thread.java:662)

      Attachments

        Issue Links

          Activity

            People

              slions Sandra Lions-piron
              anazarov Andrey Nazarov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: