This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254222 - DOM Exception in Embedded WebKit Browser
Summary: DOM Exception in Embedded WebKit Browser
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Testing (show other bugs)
Version: 8.1
Hardware: PC Windows 8
: P4 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-09 14:52 UTC by lehel
Modified: 2015-08-09 14:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2015-08-09 14:52:35 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b23

I was testing Javascript/HTML5 application in the Embedded WebKit Browser, creating a new javascript project from existing sources.
1.  New project
2.  Choose Samples
3.  HTML5/Javascript
4.  Select 'Responsive Rabbits'
5.  Select Browser:  Embedded WebKit Browser

The Drag and Drop javascript functionality generates the following error in the Netbeans Output window:
NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist. (16:40:45:627 | error, javascript)
    at drop (public_html/js/draganddrop.js:25:25)
    at ondrop (public_html/about.html:94:23)