Closed
Bug 667632
Opened 14 years ago
Closed 14 years ago
Consistency bug: link mouseover works for all browsers except for Firefox 5
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 7
People
(Reporter: yyz_junk, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 GTB7.1
Build ID: 20110614230723
Steps to reproduce:
1. Go to a site created with eSite Builder (many fulfilled by AT&T and SuperPages)
ex.1 http://blueeagleroofing.onyellowpages.com
ex.2 http://bw3pg.onyellowpages.com
2. click on one of the navigation buttons located at top (the link shows correctly)
Actual results:
Nothing, the page does not load.
Expected results:
When clicking on the navigation button, it should load
(as it does with previous versions of FF and other popular browsers).
Notes:
- This happens only in Firefox 5.
- I've tried the page on FF3.6, FF4, IE8, IE9, Safari 5 and Chrome12, and the links work as expected.
- While troubleshooting, I restarted in safe mode with all add-ons disabled and set my preferences back to default. This did not correct the problem.
- After a lot of trial and error, it comes down to this line at the bottom of the page that's causing problems
<a id="TGLink" style="display:none;" href="#">lnk</a>
While looking through the javascript, I found various functions using TGLink. I think something in Firefox 5 is not interpreting the javascript associated with links using TG_doLink (what's used in mouseovers) the same way as other browsers do.
Comment 1•14 years ago
|
||
Any errors in the error console?
![]() |
||
Comment 2•14 years ago
|
||
Last good nightly: 2011-04-11 First bad nightly: 2011-04-12
Pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=09b605eb3e0d&tochange=a174b86200d6
BZ, is this similar/related to Bug 666985/Bug 666604?
![]() |
||
Comment 3•14 years ago
|
||
Sure looks like it could be. Fixing bug 666604 fixes this problem for me.
Depends on: 666604
![]() |
||
Comment 4•14 years ago
|
||
Fixed by changes in bug 666604.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 7
Setting resolution to Verified Fixed on Mozilla/5.0 (Windows NT 6.1; rv:7.0a2) Gecko/20110706 Firefox/7.0a2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•