Closed
Bug 283528
Opened 20 years ago
Closed 16 years ago
bcc.co.clermont.oh.us - The browser does not recognize some of the links on this page.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bachelder1, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616
All of the links to the .pdf files for the meetings in 2005 and the first few
rows of links in 2004 are not recognized as links. The cursor does not turn
into the hand and clicking on the link produces nothing.
Reproducible: Always
Steps to Reproduce:
1. Access http://bcc.co.clermont.oh.us/default.php?topic=minutes2004
2. Try to select the meeting notes for January 7, 2005
3. Access the meeting notes for January 28, 2004
Actual Results:
When trying to access January 7, 2005 - nothing happened.
When accessing January 28, 2004 - the pdf displays just fine.
Expected Results:
Both sets of meeting notes should have been accessible. It works with IE 6.0.
The html code looks the same to me for both links.
The one that works is:
<li> <a class="main" href="pdf/minutes/2004/1-28-04.pdf">Twenty-Eighth - Public
Hearing</a></li>
The one that doesn't is:
<li> <a class="main" href="pdf/minutes/2005/01-07-05emergency.pdf">Seventh -
Emergency Session</a></li>
I can confirm the behavior with Mozilla 1.8b2 2005022405 on WinNT4. I guess
something with the code is wrong.
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
(In reply to comment #1)
> I can confirm the behavior with Mozilla 1.8b2 2005022405 on WinNT4. I guess
> something with the code is wrong.
Probably the extraneous <html> element shoehorned in at the top
of it.
Comment 3•20 years ago
|
||
There is a div with id "mask2" positioned over those links; that captures the
clicks.
Over to evangelism; the behavior is correct given the markup...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: The browser does not recognize some of the links on this page. → bcc.co.clermont.oh.us - The browser does not recognize some of the links on this page.
Updated•20 years ago
|
Assignee: general → english-us
Component: General → English US
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Comment 4•20 years ago
|
||
I didn't spot that. It explains why the link to Adobe comes on between
the capital A and the lowercase d, and why the d of Twenty-second is
clickable. Boris, how did you know what to look for?
Comment 5•20 years ago
|
||
I loaded the page in DOM inspector, clicked the "click the inspect" button, and
tried to click the link. Inspector highlighted the actual event target. That's
usually the best place to start with "can't click on ____" bugs.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•