Closed
Bug 150189
Opened 23 years ago
Closed 22 years ago
Browser uses 100% CPU when loading hover buttons
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: netmaster10000, Assigned: joshua.xia)
References
()
Details
(Keywords: hang)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
BuildID:
When loading the microsoft hover button class the browser used 100% CPU for
several seconds before the class loads sucessfully.
Reproducible: Always
Steps to Reproduce:
1.Load a page containing hover buttons
2.Included HTML produces this effect
3.This was done from a local path and from a local Apache
Actual Results: Page loaded slowly using 100% CPU time
Expected Results: load in < 1 second locally. (as seen in IE5)
<html>
<applet code="fphover.class" width="120" height="24">
<param name="text" value="Home">
<param name="effect" value="glow">
<param name="font" value="Dialog">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="textcolor" value="#FFFFFF">
<param name="url" valuetype="ref" value="welcome.htm">
<param name="target" value="_self">
<param name="hovercolor" value="#FF0000">
<param name="color" value="#0000FF">
</applet>
</html>
Comment 1•23 years ago
|
||
Reporter:
Which JRE do you use ?
wfm with win2k build 20020606..
| Reporter | ||
Comment 2•23 years ago
|
||
Jave 2 Runtime Environment, Standard Edition 1.4.0_01-ea
Default Jave VM Version 1.4.0_01-ea-b02
Java Plug-in 1.4.0_01
| Reporter | ||
Comment 3•23 years ago
|
||
Mozilla 1.0
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
Comment 4•23 years ago
|
||
-> Oji
Assignee: Matti → joe.chou
Severity: normal → critical
Component: Browser-General → OJI
Keywords: hang
QA Contact: imajes-qa → pmac
| Reporter | ||
Comment 5•23 years ago
|
||
Tested on linux box, hoverbutton class crashes both Konquerer and Mozilla 1.0
Comment 6•23 years ago
|
||
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
Build: 2002053012
WFM, JRE version 1.4.0-rc.
Comment 7•23 years ago
|
||
site was redesigned ? no more java !?
| Reporter | ||
Comment 8•23 years ago
|
||
Site redesigned to remove bug, origional code included in earlier post.
URL: http://www.nes-ltd.com → [n/a]
Comment 10•23 years ago
|
||
reporter i see from the JRE version that it is a beta version of 1.4. Could you
please retest with a current mozilla and the final version of 1.4 (or 1.4.1) ?
Also: can anyone provide a testcase ?
Comment 11•23 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: margaret.chan → petersen
Status: UNCONFIRMED → NEW
Comment 12•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
| Assignee | ||
Comment 13•23 years ago
|
||
reassign to me
Assignee: joe.chou → joshua.xia
Status: NEW → UNCONFIRMED
Comment 14•22 years ago
|
||
no response
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•