Closed
Bug 48611
Opened 25 years ago
Closed 24 years ago
[EVENTTARG]Clipped links in DIVs invisible but clickable
Categories
(Core :: Web Painting, defect, P3)
Core
Web Painting
Tracking
()
mozilla0.9
People
(Reporter: scotty, Assigned: kmcclusk)
References
Details
Attachments
(1 file)
261 bytes,
text/html
|
Details |
Links occuring inside a layer but outside the clipping region are still
clickable. Mouse pointer also changes on mouse over.
Sample code:
<HTML>
<BODY>
<DIV STYLE="position:absolute; clip:rect(0 110 25 0);"><A
HREF="javascript:alert('Can see/can click');">Can see/can
click</A> <A HREF="javascript:alert('Can not see/can click');">Can
not see/can click</A></DIV>
</BODY>
</HTML>
Comment 1•24 years ago
|
||
Confirming (WinNT4 20000819). Attaching test case... -> Layout.
Gerv
Status: UNCONFIRMED → NEW
Component: Style System → Layout
Ever confirmed: true
Summary: Clipped links in layers clickable → Clipped links in DIVs invisible but clickable
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Confirming on the Mac too. It could be Views or Event Handling.
Reassigned to Views...
Assignee: pierre → kmcclusk
Component: Layout → Views
OS: Windows NT → All
QA Contact: chrisd → petersen
Hardware: PC → All
Assignee | ||
Comment 4•24 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
This is really a duplicate of bug 35274.
Summary: Clipped links in DIVs invisible but clickable → [EVENTTARG]Clipped links in DIVs invisible but clickable
Assignee | ||
Comment 7•24 years ago
|
||
*** This bug has been marked as a duplicate of 35274 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Target Milestone: Future → mozilla0.9
Comment 8•24 years ago
|
||
Verifications. Tests (if necessary) were done with 2001052504 on Windows 2000.
Please forgive the spam.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•