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 202928

Summary: Targeted browsers and javascript version are obsolete
Product: javascript Reporter: c69
Component: -- Other --Assignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.0.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

Description c69 2011-10-01 16:46:55 UTC
The newest possible javascript version you can set in NetBeans currently is:

Firefox 3.x or later 
IE7 or later
Safari 3 or later
Opera (just Opera, no version)

JS version: 1.8

______
This means you cannot code for modern browsers ( IE9+, Chrome, Safari 5 ) or legacy semi-modern borowsers ( IE8, FF3.6, Safari 4 ) without getting yellow triangles, same with coding for Node.js ( V8 ).


Current version of EcmaScript is 5.1. It is supported by all 5 major browsers ( ie9+, ff4+, chromeX, opera12 ).