Closed
Bug 37550
Opened 25 years ago
Closed 25 years ago
(JS) Statusbar text set by mousing over a link remains throughout browsing session
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: bugzilla, Assigned: joki)
References
Details
(Keywords: testcase, top100)
Attachments
(2 files)
Build ID: 2000042808
[not sure where this belongs, trying html element for now...event handling
perhaps?]
The following was discovered with the 'Software Center' link at www.disney.com
Steps to reproduce:
(1)Move the mouse over the link in the testcase [will be attached momentarily]
(2)Click the link, and while the next page is loading, keep the mouse over the
link.
Once the new page loads, that text will remain in the status bar seemingly
forever, until you return to the page with the original link on it, move the
mouse over the link, and then move the mouse back over the page again
(thus "resetting" it).
Feel free to resummarize, current summary isn't too good :)
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
Comment 7•25 years ago
|
||
For what it may be worth, this bug doesn't seem to be dependant upon having to
hold the mouse over an OnMouseOver for any length of time. All over one of my
sites I have the following bit of code attached to my links...
onMouseOver="status=('Text for status bar'); return true">
Whatever the last status was prior to leaving the page remains until Mozilla
has been restarted.
Another Test Case:
http://www.testequity.com/
| Reporter | ||
Comment 8•25 years ago
|
||
updating summary a little
michael: i think you do have to keep the mouse over the link (at least in
certain cases), since bug 37703 said so as well.
i just want to make sure this bug doesn't get forgotten, since it's a pretty
big deal (especially if what michael says is true). Once you're into this
state, the text in the statusbar will never change again throughout your entire
browsing session in that instance (unless you do what I said in my original
report) -- this means URI's will no longer appear in the statusbar when mousing
over links.
Summary: Keeping mouse over onmouseover link keeps text in status bar → (JS) Statusbar text set by mousing over a link remains throughout browsing session
Comment 9•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•