Closed
Bug 24974
Opened 26 years ago
Closed 1 year ago
Inconsistency in functioning of onMouseOver
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: helpwanted)
Attachments
(1 file)
168 bytes,
text/html
|
Details |
Windows NT 4.00.1381
Mozilla 200001 2208 / 5.0.0.00022 of 21-1-1999
Inconsistency in functioning of onMouseOver ?
onMouseOver="window.status='xxxxx'"
value in <A HREF> tag does not display,
instead linkaddress is displayed in status
line as usual.
If focus is taken away from Mozilla to another
window and then back, the 'xxxxx' IS displayed.
//F.E.Theodorsen
(Sorry! Nu URL - found on page in intra-net)
This is what I noticed:
1) Yup, window.status on <A> does not work.
2)Moving the mouse away from the browser ( mozilla ) window and bring it back on
the link displays 'xxxxx'...but not always.
Reporter | ||
Comment 4•25 years ago
|
||
What I meant by:
"If focus is taken away from Mozilla to another
window and then back, the 'xxxxx' IS displayed."
is that I placed the mouse over the link, and used SHIFT+TAB twice
to shift focus to another (non-mozilla) window and back again,
without moving the mouse - for me this shows the 'xxxxx' text in the
status line every time - so the problem might be in the order it determines
what to do when the mouse is placed over a link.
Comment 8•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideratio=6905
Target Milestone: M18 → Future
Comment 9•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 11•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Comment 13•23 years ago
|
||
The link has the same result in IE 5.5 for me. On mouse over, shows the URL, on
mouse away, shows xxxxxx, but I am assuming due to the fact that when I
click on the link that it serves up a page not found that it is because the
link has not been created as a null link, and thinks that it needs to serve up
another page and therefore shows the URL in IE.
What I have found is that Netscape does not handle mouse behaviors correctly
when the text or graphic with a null link applied is contained within a layer.
On mouse over you see the URL, on mouse away you see the text that was supposed
to be displayed, just like in the example of xxxxx that is attached to this.
IE handles this correctly, and realizes that there is a null link and will place
text in the status bar if that behavior has been requested on mouse over, or
nothing at all if it hasn't, which is exactly how the behavor should work. IE
never places the URL in the status bar for a null link, since it is meaningless.
Netscape however forces something to be placed in the status bar, and then does
not handle the behavor correctly. If you leave the null link as a # you get the
URL in the status bar. If you change it to javascript:; you get the word
javascript:; in the status bar. If you change it to any other text, you get the
URL, and the text that you typed in the status bar.
It would be really nice if Netscape would handle null links that are contained
within layers properly. Netscape handles null links properly outside of layers.
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Comment 14•23 years ago
|
||
Related bugs:
http://www.kuro5hin.org/comments/2002/11/24/225746/27/7#7
First comment has a Javascript which is supposed to close the window. It won't
do this with the JS prefs I have (everything unchecked, except change images).
However, the third one (comment id #9) with the link "this" will succesfully
open a new window without permission to do so.
It seems very inconsistent that with open unrequested off, mouseover can still
load new windows. And that the window.close in the exact same way doesn't work.
Comment 15•22 years ago
|
||
I have this bug in Camino Build ID: 2003043015 too.
Comment 17•22 years ago
|
||
From what I see elsewhere
onMouseOver="window.status='xxxxx'"
should be written
onMouseOver="window.status='xxxxx'; return true;"
to work in all browsers (IE, NS4, Gecko).
Comment 18•21 years ago
|
||
Related to this bug:
The onmouseover event in Mozilla is not consistent, this also effects the :hover
pseudo class as well. Visit http://www.smilingsouls.net, Opera and IE both
agree on handling of the onmouseover there as well as the :hover pseudo class.
This seems to me to be a limitation in the way Gecko handles the onmouseover
event in general, and not limited to setting the window status.
Updated•16 years ago
|
Assignee: saari → nobody
QA Contact: ian → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: trivial → S4
Comment 19•1 year ago
|
||
WORKSFORME now, Fx 125 on Win 11.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•