Closed
Bug 326591
Opened 20 years ago
Closed 18 years ago
positioned iframes show up in the wrong place when drawn to a canvas
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: db48x, Unassigned)
Details
I'm seeing this on an internal webpage, so I'll have to make a test case.
The iframe is positioned using css (style="visibility:visible; z-index:999; position:absolute; top:-500px; left:-500px;") so that it doesn't clutter up the page, but it shows up in a canvas preview. I'd be willing to bet that it's being drawn in the preview at +500 × +500, but I'll have to make a test case before I can be sure.
Comment 1•20 years ago
|
||
With what version are you testing? And how about a testcase?
Comment 2•18 years ago
|
||
Without a testcase, not much use to us.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•