Closed
Bug 63537
Opened 24 years ago
Closed 24 years ago
Text location problems using DHTML
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: thomas, Assigned: jst)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; N; PPC; en-US; m18) Gecko/20001220
BuildID: 2000122010
The dynamic menu - using DOM 1 - in this page has looked right using Netscape 6
and Mozilla 0.6 but in the latest nightly it doesn't work anymore.
Reproducible: Always
Steps to Reproduce:
1. Go to www.ivanpeters.com or any another Joust-enabled site.
2. Click on a folder in the menu
3. Look where the text appears.
4. Try using Netcape 6 : it works !
Actual Results: The text doesn't show up at the right place.
Expected Results: The text should be placed correctly.
Assignee | ||
Comment 1•24 years ago
|
||
I get an endless loop of alerts saying there's a JS error on the page, I haven't
tracked down why yet...
Comment 2•24 years ago
|
||
WORKSFORME
Platform: PC
OS Linux 2.2.16
Mozilla Build: 2000122808 M18 Trunk Build
Assignee | ||
Comment 3•24 years ago
|
||
Worksforme too, if I use a debug build I get the alerts when loading the page
but that's because debug builds treat JS warnings as errors so the onerror
handler is called for every warning on the page and the onerror handlers shows
the alert dialog.
Using an optimized build the site appears to be working just fine for me.
Marking WORKSFORME, please reopen if this is still a problem on the mac.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•24 years ago
|
Component: DOM Level 1 → DOM HTML
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•