Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: Aptana Studio 3.0.7
-
Fix Version/s: 2012 Sprint 14, Aptana Studio 3.2.1, Aptana Studio 3.3.0
-
Component/s: Content Assist, JS
-
Environment:
Aptana Studio 3, build: 3.0.7.201112281312
Virtual Machine with Windows XP
-
Story Points:8
Description
JS.4.004 of the wiki Web Acceptance Suite says global methods should not appear in Content Assist list for quoted string objects, however if you enter this in a JavaScript file : "message". (quotes and dot operator included), the methods eval and String, which are classified as Global Functions at : http://www.w3schools.com/jsref/jsref_obj_global.asp, will appear in Content Assist.
Steps to Replicate :
1) Open Aptana Studio
2) Open a JavaScript file
3) Enter (including quotes and the dot operator) "characters".
Actual Results :
Content Assist will include the methods eval and String, which is classified as a Global Function at : http://www.w3schools.com/jsref/jsref_obj_global.asp.
Expected Results :
Wiki item JS.4.004 states Content Assist from quoted string objects should not contain Global methods.
Attachments
Issue Links
- is blocked by
-
APSTUD-4131 SDocML files should create the same type info when loaded as metadata and as a project file
-
- Open
-
- relates to
-
APSTUD-3238 "Window" should not appear in JS content assist
-
- Open
-