Closed Bug 545597 Opened 14 years ago Closed 13 years ago

can't click any link URL that located on the bottom of the current page opened

Categories

(Firefox :: General, defect)

x86
Windows 7
defect
Not set
minor

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: ayell_armstrong, Unassigned)

References

()

Details

(Whiteboard: [CLOSEME 2011-1-30])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6

When i was reading the page by scrolling the page...
as you can see there are more than 1 link url that refer to the page opened.

In this case the url is on the bottom of the page i saw (there are 4 link url).
the first 3rd ones, i can mouseover it, or can click the link.
but the last, or the last link on the bottom of the page... no mouseover effect,
and can't click the link url


Reproducible: Sometimes

Steps to Reproduce:
1. go to http://www.detikinet.com/index.php
2. find some news to open
3. scroll any page that have link url... and make the link url on the bottom of the page... try to click it... it wont work ??
Actual Results:  
my workaround is scrolling the page again, so the link of the url not in bottom.
suppose in the middle or more above a little... i can click the link

Expected Results:  
This suppose to be fix... i hope
That's a design bug on the page. the html has 
<div id="footerbanner">
...
</div>

and the css is:
#footerbanner {
  bottom:0;
  height:62px;
  position:fixed;
  right:0;
  width:100%;
  z-index:99;
}

That will result in a 62px height invisible block at the bottom of the page.

That's why you can't click at the bottom of the page.
Even this is so minor bug, but I've try on my friend's PC and it works well on IE and Opera, but it doesn't work for Firefox (3.6), Chrome and Safari.
Sorry, except FFox, I don't know for each browser version above.

Well many thanks for the attention.
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles

You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 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: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.