Closed
Bug 304938
Opened 19 years ago
Closed 15 years ago
Hyperlinks not always functioning with ssi virtual
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Cora_Burger, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 When including an .inc-file via "virtual", the hyperlinks in this inc-file do not always work properly. In the example http://www.new.gruener-gockel.de/wue/: Hyperlinks of "_register2.inc" are ok, those of "_impressum2.inc" don't behave properly (i. e. it is not possible to click on them). View source code does not show any difference between these inc-files. In both cases, "<a href="...">...</a>" has been resolved properly. BTW: Internet Explorer behaves as intended. So I really think it to be a bug of Firefox. Reproducible: Always Steps to Reproduce: 1.Have a look at http://www.new.gruener-gockel.de/wue/projekt/index.shtml 2.Try the links "Das Projekt", "Mitmachen", etc. - this should work 3.Try the links "Disclaimer", "Sitemap", "Termine" - they do not work Actual Results: Different behavior of hyperlinks Expected Results: Equal behavior
The links are in the DIV with id="impressum", which has a lower z-Index than the transparent DIV with id="links". As a workaround, remove the min-Height for "links" or give "impressum" a higher z-Index. Maybe another one for bug 102695.
Comment 2•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME http://www.mozilla.com http://support.mozilla.com/kb/Managing+profiles http://support.mozilla.com/kb/Safe+mode
Version: unspecified → 1.0 Branch
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.3 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•