Closed Bug 130289 Opened 22 years ago Closed 22 years ago

DHTML and Java Script

Categories

(Core :: DOM: Core & HTML, defect)

x86
All
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 130837
mozilla0.9.9

People

(Reporter: webmaster, Assigned: jst)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311
BuildID:    2002031104

Please visit the Page http://www.netkult.com/ with Mozilla 0.9.8 and with
Mozilla 0.9.9. 
To many new Bugs in DHTML and Java Script are coming since the new release are
coming.
The Page http://www.netkult.com/ functions on Mozilla 0.9.8 perfect and with
Mozilla 0.9.9 not.
Only one step? 


Reproducible: Always
Steps to Reproduce:
Visit the Page: http://www.netkult.com/


Actual Results:  And please see Java Script Debugger.
On: http://www.netkult.com/

Expected Results:  And please see Java Script Debugger.
On: http://www.netkult.com/

And please see Java Script Debugger.
On: http://www.netkult.com/
OS: Windows 2000 → All
Target Milestone: --- → mozilla0.9.9
The site works fine for me once I checked the "Enable websites to move and
resize windows" checkbox in the Scripts & Windows preferences.  Gregor, could
you describe in more detail exactly how it's failing for you?
Changing QA contact
QA Contact: petersen → moied
The onmouseover effect does not function any longer in the left Frames of the 
web page http://www.netkult.com/

Option selected are ignored and is empty in Mozilla version 0.9.9 please see 
the control panel on Fun Stuff on http://www.netkult.com/
The Script of this:

<form>
<select style="position:absolute;left:80;top:27;font-size:10px;font-
family:Arial;" name="Auswahl" size="1" onChange="first(this.selectedIndex)" 
onmouseover="parent.infobox('<center>Themenauswahl</center>')" class="formtext">

<script LANGUAGE=JavaScript>
<!--

for (feld in inhalt)
	{
if (feld==12)
	document.write('<option selected>'+inhalt[feld][0]+' ('+inhalt[feld][1]
+')</option>');
else
	document.write('<option>'+inhalt[feld][0]+' ('+inhalt[feld][1]+')
</option>');

	}

//-->
</script>

</select>
</form>

Topic change over the control panel in Fun Stuff Area on ttp://www.netkult.com/ 
likewise ignored since the new version, on Mozilla < 0,9,9 functioned all more 
supper. 

Please look at the errors exactly, the same page functioned correctly with the 
IE 
function wechsel(i, Pic)
{
if (imagenames.length+mouseover_imagenames.length==geladen)
window.document.images[i].src=Pic.src;
}

This function has problems with Pic.src on the right, everything is correctly 
only the picture is not exchanged.
No error message in the Script Debuger.
This Script is in the left Frame of http://www.netkult.com/


to DOM0.

I see the infobox change when I hover over the left frame.  Are the images
supposed to change as well?  They do not in NS4....
Assignee: attinasi → jst
Component: Layout → DOM Level 0
QA Contact: moied → desale
Yes, the keys change in Mozilla and IE.
In NS4, Opera and other not.
Compare please representation in Mozilla 0.9.8 and Mozilla 0.9.9.
In Mozilla 0.9.8 everything is represented correctly.
resolving this as duplicate of the new bug Gregor filed, which has a clearer
description of the issues.

*** This bug has been marked as a duplicate of 130837 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.