Bug #23608 when mousing over javascript links "javascript://" shows
Submitted: 25 Oct 2006 0:59 Modified: 27 Oct 2006 17:11
Reporter: Peter Lavin Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Enterprise Monitor: Web Severity:S4 (Feature request)
Version:0.7.10 OS:Any (all)
Assigned to: Assigned Account CPU Architecture:Any
Tags: javascript

[25 Oct 2006 0:59] Peter Lavin
Description:
When mousing over the "Hide Legend" link "javascript://" shows on the browser status bar.

How to repeat:
See above.

Suggested fix:
Don't allow this to show on the status bar - show nothing.
[25 Oct 2006 1:06] Joshua Ganderson
This is not an error, it is the href property of the link - used to make the onclick behavior work properly. I don't think it's reasonable to set up javascript to attach another listener to each link of this type and override the status bar value on rollover.

A secondary issue of shift clicking links used for javascript was brought up previously but it was decided to keep the links as links for the time being for stability purposes and being able to tab to them.

I recommend doing nothing about this for the 1.0 release and possibly keeping the behavior the same following depending on the consequences of moving away from using links.
[25 Oct 2006 13:34] Peter Lavin
It's been a while since I did any JavaScript but why not something like:
 onMouseover="window.status=''"
[25 Oct 2006 15:20] Joshua Ganderson
Adding a mouse over event, either inline or by iterating over the collection of links is what I recommended not doing in my last comment.
[13 Mar 2014 13:35] Omer Barnir
This bug is not scheduled to be fixed at this time.