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

WebPane AbstractMethodError when selecting and dragging text in HelloHTMLEditor

XMLWordPrintable

    • web

      Select text and drag it in HTML editor using the mouse:

      java.lang.AbstractMethodError: com.sun.webpane.platform.graphics.WCImageFrame.getFrame()Lcom/sun/webpane/platform/graphics/WCImage;
      at com.sun.webpane.platform.WebPage.fwkStartDrag(WebPage.java:1956)
      at com.sun.webpane.platform.WebPage.twkProcessMouseEvent(Native Method)
      at com.sun.webpane.platform.WebPage.dispatchMouseEvent(WebPage.java:729)
      at javafx.scene.web.WebView.processMouseEvent(WebView.java:600)
      at javafx.scene.web.WebView.access$300(WebView.java:52)
      at javafx.scene.web.WebView$11.handle(WebView.java:659)
      at javafx.scene.web.WebView$11.handle(WebView.java:657)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:56)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:162)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:115)
      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.EventUtil.fireEventImpl(EventUtil.java:47)
      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:2668)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2489)
      at javafx.scene.Scene$MouseHandler.access$1200(Scene.java:2462)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1195)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:1779)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:200)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:256)
      at com.sun.glass.ui.View.notifyMouse(View.java:516)
      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)

            malenkov Sergey Malenkov (Inactive)
            jgiles Jonathan Giles
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: