Bug 269263 - The window object has some missing and incorrect properties
Summary: The window object has some missing and incorrect properties
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0.5   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-03-18 14:57 EDT by Chris Jaun CLA
Modified: 2010-03-03 11:17 EST (History)
0 users

See Also:
thatnitind: review+


Attachments
Updated the browserWindow.js file (3.88 KB, patch)
2009-03-31 15:35 EDT, Chris Jaun CLA
thatnitind: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jaun CLA 2009-03-18 14:57:47 EDT
Build ID: WTP 3.1 m6

Steps To Reproduce:
The document object is missing various properties such as forms and images.

Window is also missing a few properties.

More information:
Comment 1 Chris Jaun CLA 2009-03-31 15:34:14 EDT
Updated this bug to focus on the window object.
Comment 2 Chris Jaun CLA 2009-03-31 15:35:07 EDT
Created attachment 130452 [details]
Updated the browserWindow.js file
Comment 3 Nitin Dahyabhai CLA 2009-04-02 03:09:33 EDT
Applied to 3.1m7 with additional changes for scrollX/scrollY and scrollMaxX/scrollMaxY to be Numbers.
Comment 4 Nitin Dahyabhai CLA 2009-04-13 17:21:02 EDT
Applied to 3.0.5, thanks, Chris.