Closed
Bug 181579
Opened 23 years ago
Closed 23 years ago
last link in a list of links is not clickable
Categories
(Core :: Layout: Positioned, defect, P2)
Core
Layout: Positioned
Tracking
()
RESOLVED
FIXED
mozilla1.3beta
People
(Reporter: cbernard, Assigned: dbaron)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
194 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016
on the last link in a vertical list of links - the color of link is correct per
css but hover fails and the link isn't clickable - i've encountered this in two
layouts - an "unordered" list and in a simple list of links with line breaks -
this url is for the latter sceanario..the css validates - the only flaw in the
html validation is the double use of a menu div unrelated to the list of links -
i've tested it without
the link works in IE 5.2
also the link just above the dead link doesn't react to the mouse over at the
correct cursor location.
Reproducible: Always
Steps to Reproduce:
1.open the page at http://www.soundcommons.org/list/listmembers.shtml
2. mouse over the link "Damion Romero"/click on the link "Damion Romero"
3. mouse over link "Steve Rodin"
Actual Results:
nothing happens
Expected Results:
the link "Damion Romero" should change color and if clicked should open in a new
browser window
the link "Steve Rodin" should change color when the tip of the cursor hits it
the theme i'm using is modern
btw - i'm the author of the page...a page i was using to test with the issue
illustrated with images is here: http://www.soundcommons.org/list/test.shtml
![]() |
||
Comment 1•23 years ago
|
||
Fun rel pos inside rel pos fun, with the events not going to the right frames...
Does GetFrameForPoint on rel pos frames not deal well or something?
Assignee: asa → position
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout: R & A Pos
Ever confirmed: true
OS: MacOS X → All
QA Contact: asa → ian
Hardware: Macintosh → All
Assignee | ||
Comment 2•23 years ago
|
||
More likely a view sizing issue, and perhaps something that would be fixed by
bug 174149.
Depends on: 174149
![]() |
||
Comment 3•23 years ago
|
||
![]() |
||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Assignee | ||
Comment 5•23 years ago
|
||
Fixed by checkin of bug 174149.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: Future → mozilla1.3beta
You need to log in
before you can comment on or make changes to this bug.
Description
•