Closed Bug 118402 Opened 23 years ago Closed 23 years ago

Part of link is not clickable

Categories

(Core :: Layout, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: tessarakt, Assigned: kmcclusk)

References

()

Details

(Keywords: platform-parity, Whiteboard: [bae:20020129])

Attachments

(1 file)

Go to the above URL.

On the top, there is the text "Neuen Eintrag erstellen".

The source for that is:

<a HREF="/web/holstentherme/www.nsf/formguestbook.html?OpenForm"
onMouseOut="top.Stop();" onMouseOver="top.Start('Neuen Eintrag
erstellen');"><font COLOR="0000ff"> Neuen Eintrag erstellen</font></a>

Put the cursor on "Neuen".

Expected behavior: Cursor changes to a finger.
Actual behavior: Cursor remains normal.

Then click.

Expected behavior: The same as when clicking on "erstellen".
Actual behavior: Nothing happens.
wfm 2002010403 w2k
What build are you using ?
seeing this on 2002010506/linux.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: pp
Build 2001122611 (Debian package mozilla-browser-cvs).
I dont understand the site's HTML-code exactly, but isnt this div:
<div id="AREA"
style="width:340px;height:35px;left:0px;top:0px;position:absolute;z-index:100">
just laying above the link, making it unclickable?


Taking this bug
Assignee: attinasi → kmcclusk
Target Milestone: --- → mozilla1.1
The absolute positioning of the div does in fact overlay the anchor and the 
anchor content is not accessible through it. The z-index on the div is what is 
forcing the div to the front. I am attaching a reduced testcase that adds a 
z-index and position to the outer most table which brings it to the front. In 
any event this is invalid.
Target Milestone: mozilla1.1 → ---
Attached file reduced test case
added the style attribute to the outer table that includes the position and
z-index properties
!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Whiteboard: [bae:20020129]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: