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 245110 - Some global objects not offered for window code completion
Summary: Some global objects not offered for window code completion
Status: STARTED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P4 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 14:40 UTC by Vladimir Riha
Modified: 2015-08-27 09:30 UTC (History)
1 user (show)

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 Vladimir Riha 2014-06-17 14:40:16 UTC
Please try e.g. XMLHttpRequest or FormData, neither of them is offered for window completion:

window.



Product Version: NetBeans IDE Dev (Build 201406170001)
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.13.0-29-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2014-06-27 08:47:33 UTC
FormData are not in the signature files. XMLHttpRequest is there, I will look at this.
Comment 2 Petr Pisl 2014-06-27 08:49:09 UTC
Assigning to Martin to evaluate, why is not FormData in signatures files. Thanks