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 98712 - browser objects should be available in cc list
Summary: browser objects should be available in cc list
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 101482 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-22 17:16 UTC by Lukasz Grela
Modified: 2009-02-27 14:26 UTC (History)
2 users (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 Lukasz Grela 2007-03-22 17:16:36 UTC
browser objects and methods should be available in cc list like, document ,....
Comment 1 Jan Jancura 2007-03-22 17:28:37 UTC
looks like feature request.
do not fire DEFECTS for features not mentioned in JavaScript UI spec. please.
Comment 2 Lukasz Grela 2007-03-22 17:44:08 UTC
but embedded js module uses scripting/javascript  for handling javascript, so it
is difficult to imagine support for embeded js without these objects in cc list,
that is why I think that it is defect
Comment 3 Lukasz Grela 2007-03-23 10:18:49 UTC
acoriding to UI spec this is a enhancment
Comment 4 Pavel Buzek 2007-04-01 19:53:54 UTC
The feature request is not very detailed so I will clarify:

The task is to provide code completion and integrated documentation for DOM
objects. This is a request for static code completion based on a pre-generated
list of entries from DOM, not "live" completion based on the structure of the
current document (i.e. it will not complete objects based on the definition of
IDs in the current document, etc.).
Comment 5 Lukasz Grela 2007-04-05 17:16:11 UTC
object window which represent browser should be available in cc, with all
methods and fiels like: document , alert() ....
Comment 6 Petr Hrebejk 2007-04-05 23:28:44 UTC
Clearly not a P1 defect. May be P1 feature, feel free to make it P1 featrue if
you like it better. E.g. for planning purposes.

Comment 7 Pavel Buzek 2007-04-20 07:24:24 UTC
*** Issue 101482 has been marked as a duplicate of this issue. ***
Comment 8 Pavel Buzek 2007-04-20 07:25:56 UTC
Not completely resolved in M9 - DOM1,2 CC added, DOM0 still needed.
Comment 9 Jan Jancura 2007-05-07 14:50:44 UTC
fixed in trunk:
Checking in src/org/netbeans/modules/languages/javascript/JavaScript.java;
/cvs/scripting/javascript/src/org/netbeans/modules/languages/javascript/JavaScript.java,v
 <--  JavaScript.java
new revision: 1.52; previous revision: 1.51
done

***** CVS exited normally with code 0 *****

cvs add -- DOM0.xml (in directory
D:\Hanz\Dev\trunk\scripting\javascript\src\org\netbeans\modules\languages\javascript\)
cvs server: scheduling file `DOM0.xml' for addition
cvs server: use 'cvs commit' to add this file permanently

***** CVS exited normally with code 0 *****

cvs commit -m "98712: browser objects should be available in cc list" --
DOM0.xml (in directory
D:\Hanz\Dev\trunk\scripting\javascript\src\org\netbeans\modules\languages\javascript\)
RCS file:
/cvs/scripting/javascript/src/org/netbeans/modules/languages/javascript/DOM0.xml,v
done
Checking in DOM0.xml;
/cvs/scripting/javascript/src/org/netbeans/modules/languages/javascript/DOM0.xml,v
 <--  DOM0.xml
initial revision: 1.1
Comment 10 Radim Roska 2007-08-07 10:00:10 UTC
VERIFIED