Closed
Bug 45333
Opened 24 years ago
Closed 24 years ago
Document object: custom property not being resolved
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: pschwartau, Assigned: jst)
References
()
Details
Using: commercial build on WinNT; Build ID=2000071208.
Steps to reproduce:
1. Load https://certificates.netscape.com/UserRenewal.html
(I had to use a commercial build - not a Mozilla build - due to the https://)
2. Go to Tasks-->Tools-->JavaScript Console; you will see the error
"document.theTop has no properties"
The HTML file does have a div tag as follows: <div id='theTop'>.
It also has a style element as follows: #theTop etc. etc.
Assignee | ||
Comment 1•24 years ago
|
||
Mozilla behaves as expected here, to access elements by their ID
document.getElementById('xxx') should be used.
https://certificates.netscape.com/UserRenewal.html needs to be fixed.
Marking WONTFIX.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 3•23 years ago
|
||
When connecting to the page, the following message is displayed :
"PSM or Netscape 6.1 detected: click here first to get a patch"
Followed the procedure. It went smoothly.
Should be "FIXED" instead of "VERIFIED WONTFIX".
Comment 4•21 years ago
|
||
See also bug 171030.
Comment 5•21 years ago
|
||
*** Bug 231513 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•