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 - Targeted browsers and javascript version are obsolete
Summary: Targeted browsers and javascript version are obsolete
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0.1
Hardware: PC Windows 7 x64
: P2 normal with 3 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 16:46 UTC by c69
Modified: 2014-10-06 13:06 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 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 ).