Closed
Bug 183781
Opened 23 years ago
Closed 22 years ago
can't click on positioned <object>s
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: bernd_mozilla, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
win98 2002120508
- The navigation bar on the right side is not clickable the links dont work
- The navigation bar is does not have a complete border.
Comment 1•23 years ago
|
||
one issue per bug please :-)
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
I see the border with linux, so here's a testcase for the unclickable links...
tested with linux trunk build 20021204
I think this may be caused by the fact that the nsObjectFrame does not have a
own GetFrameForPoint but uses the one from nsHTMLContainerFrame
Updated•23 years ago
|
Summary: navigation bar at tanteks log does not work → can't click on positioned <object>s
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 5•23 years ago
|
||
*** Bug 194469 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
http://bugzilla.mozilla.gr.jp/attachment.cgi?id=1528&action=view
Show this test cases.
when object element has "position:abslute;" or "position:relative;",
I can reproduce this problem with 2003022709-trunk/WinXP.
However, object element having fixed and static value is good.
Comment 7•22 years ago
|
||
hmm.. I tried implementing GetFrameForPoint on nsObjectFrame and that does not
seem to help (nor does passing the right parent frame to CreateViewForFrame, btw...
This could just be an issue with the fact that we give the child frame of the
<object> the same style context....
Comment 10•22 years ago
|
||
This bug worksforme with Windows Seamonkey builds 2004020909
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•