Closed
Bug 202749
Opened 22 years ago
Closed 21 years ago
browser crashed, when I press buttons several times on bottom in the page
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: real, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
I use script (http://iais.kemsu.ru/docs/js.js) function showDiv. When it
executes several times, browset crashed.
Reproducible: Always
Steps to Reproduce:
1. domElement.style.display = "block";
or
1. domElement.style.display = "none";
Actual Results:
browser throws dialog with message
"...The memory could not be read..." and closed.
Expected Results:
show or hide block "div"
![]() |
||
Comment 1•22 years ago
|
||
Is this a problem with a current build? A lot of this code has changed
drastically since 1.3.
Comment 3•22 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030421
but onMouseDown the link and the selection frame where drawn one pixel to the
right. My screensize 800x600.
Comment 4•21 years ago
|
||
Reporter, have you tried using a fresher build of mozilla? Is this bug still
appearing? If so, please reopen
-> wfm (bugday)
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•