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 216857 - Embedded browser does not show alert
Summary: Embedded browser does not show alert
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 12:14 UTC by Jiri Skrivanek
Modified: 2012-09-03 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-14 12:14:07 UTC
JavaScript alert is not shown in embedded browser. To reproduce:

- create HTML5 project
- create new HTML file
- add the following to body
        <script>
            alert('Hello');
        </script>
- run html file in embedded browser but it doesn't show alert dialog

Product Version: NetBeans IDE Dev (Build EaselCSS-490-on-20120814)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Stanislav Aubrecht 2012-08-15 16:09:16 UTC
web-main 0a24ce01bc1e
Comment 2 Quality Engineering 2012-09-03 13:02:54 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0a24ce01bc1e
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #216857 - show JavaScript alerts