> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
> FF 3.6.15 Change StatusBar Text is CHECKED in Option/Content but don't
> work? Java is in plugins. Statusbar displays only the HREF of Code not
> the OnMouseOver. Anyone else notice this? - MikeyG
1) It works in the HTML test page below, using Firefox 3.6.15
and with "Change status bar text" CHECKED.
I just tested it now.
2) FYI the Java plugin is not relevant. Java is not JavaScript.
HTML test page...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~cut~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test page</title>
</head>
<body>
<hr>
Wave your mouse over the <b
onmouseover="window.status='Mouse is over the bold text';"
onmouseout="window.status='Mouse is not over the bold text';">bold text</b>
and look at the status bar.
<hr>
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~cut~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Kind regards
Ralph
Well, poop! I guess I got some investigative work to do.
I just, hate it when trivial little stuff like this bugs the poo poo
outa' me! ... By the by, the other trivial is that I can not deselect
Submit Crash Reports in Options / Content. ... and some Addons install
but don't show up in the Menus when they are supposed to ... rrrrrr.
I'm still working with 3.6.14 but here's what I found:
Setting dom.disable_window_status_change to false as
described in the link, I saw the mouse-over changes
but only when NOT over a link. When hovering
on a link, the status bar always shows the link
address, not the script from the mouse-over.
So for example, when the status bar would normally
say "Done" when not over a link I would instead see
"Enjoy Reading JavaScript Tutorials", but I don't
see the "www.google.com" when I hover over the
"visit google" link. Instead I see
"http://www.plus2net.com"
-- Gabor
yep, same here.
What Addons are giving you trouble?
Dave Pyles
The onMouseOut text works for, me but the onMouseOver text does not work in
MikeyG's example http://www.plus2net.com/javascript_tutorial/status-msg.php .
Using Firefox 3.6.15.
--
Kind regards
Ralph
I looked at that page. The link that says Visit Google would tell you
that it would go to www.google.com if you allow sites to change text on
the status bar. If you disable that, you get the true destination of
that link, which is www.plus2net.com. Why would you want to be
deceived like that?
I believe it was named 'ViewAbout' (supposed to be in Tools Menu -
supposed to list all the 'about:' commands) & 'sqlite' addon, don't
recall actual name.
The ViewAbout page says the following:
Enables access to various about: dialogs from the View menu."
So take a look at the bottom of the View menu.
Dave Pyles