Closed
Bug 319722
Opened 19 years ago
Closed 17 years ago
Progress bar stays are 100%, seems to be caused by setting src in javascript
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: teejayevans, Unassigned)
References
()
Details
Attachments
(1 file)
739 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.7.12-1.1.3.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.7.12-1.1.3.2
html:
<SCRIPT language=JavaScript><!-- Hide script
function SetSrc(n)
{
document.getElementById(n).src = 'nodeCollapsed.gif';
}
// End script hiding --></SCRIPT>
<body >
<ul>
<li><a href="javascript:SetSrc('I0');"><img src='nodeExpanded.gif' id='I0' border='0' ></a> <input type=checkbox name='guidedactivities' value='S0' Activities></li> <ul><li><input type=checkbox name='mozilla.org' value="XxX">Connecting to a database</li></ul>
</ul>
</body>
----end of html------
I can't attach gifs, substitute your favorite small gif files.
setting the src causes the progress to go to 100% and stays there
Reproducible: Always
Steps to Reproduce:
1.create html file from details above
2.click on the image so that the SetSrc function gets called to change the image
Actual Results:
progress bar stays at 100%
Expected Results:
should go back to 0
Comment 1•19 years ago
|
||
wfm with a current SeaMonkey trunk build.
Reporter: Can you possible try this again with SeaMonkey 1.0a or a nightly from http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/?
Comment 2•19 years ago
|
||
I could have attached two gifs first, and then used their adress in the html, but I replaced the gifs in the html with two gifs already here on the site.l
Steps to reproduce:
1. click on the big Mozilla image, it will be replaced by a smaller one.
2. Reload, to get back the big one.
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050816 SeaMonkey/1.0a
Comment 3•19 years ago
|
||
Attached testcase works for me, SeaMonkey trunk 2006-06-30-01 Linux
Comment 4•17 years ago
|
||
Resolving WORKSFORME as per comment #2 and comment #3 in the absence of any reply by the reporter, even to comment #1.
Works for me too, using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5pre) Gecko/2008032201 SeaMonkey/2.0a1pre
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•