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 215723

Summary: code completion support missing (querySelector() , getElementsByClassName etc)
Product: javascript Reporter: JanGen
Component: EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: pjiricka, vriha
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description JanGen 2012-07-19 09:53:30 UTC
Missing api's:

selectors 
http://www.w3.org/TR/selectors-api/

history 
http://dev.w3.org/html5/spec/history.html#history

classList
https://developer.mozilla.org/en/DOM/element.classList

filereader
and more HTML5 api's
At least a way to add/configure that manually in project settings
Comment 1 Vladimir Riha 2012-07-19 10:00:53 UTC
reproducible, about HTML5 API there is older issue #215345.
Comment 2 Petr Pisl 2012-07-19 12:38:18 UTC
We need to provide signatures file for the apis.
Comment 3 Martin Fousek 2012-07-19 12:53:28 UTC
> selectors 
> http://www.w3.org/TR/selectors-api/
> 
> history 
> http://dev.w3.org/html5/spec/history.html#history

will work once the property will be properly resolved

> classList
> https://developer.mozilla.org/en/DOM/element.classList
> 
> filereader
> and more HTML5 api's

The rest is really missing. We will see what everything will be generated in the initial version.
Comment 4 Petr Jiricka 2012-07-24 09:06:52 UTC
Sounds like issue #215345 is a duplicate of this. That issue also mentions this relevant link: http://dev.w3.org/html5/html4-differences/#apis
Comment 5 Martin Fousek 2012-09-04 07:51:16 UTC
Ok, I'm trying to complete list of whole APIs which are missing in the issue #215345. I added the filereader api there, so just the classList attribute and its return type - DOMTokenList - are missing.
Comment 6 stevenwdv 2017-08-16 15:52:37 UTC
@Petr Jiricka The other way around, this issue is newer