Closed
Bug 299007
Opened 20 years ago
Closed 18 years ago
Error in rendering iframe inside tables.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: phantom, Unassigned)
References
()
Details
(Whiteboard: CLOSEME - 05/23)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I used this code
<table height="100%">
<tr>
<td style="min-height: 0px; height: 50%">
<iframe src="test.html" name="mainFrame" scrolling="yes"
FRAMEBORDER="1" style="width: 100%; height: 100%"></iframe>
</td>
</tr>
<tr>
<td style="min-height: 0px; height: 50%">
<iframe src="test.html" name="mainFrame" scrolling="yes"
FRAMEBORDER="1" style="width: 100%; height: 100%"></iframe>
</td>
</tr>
</table>
But. If You resize browser window, You can see that iframes has minimal height.
But why?
Reproducible: Always
Comment 1•20 years ago
|
||
Dupe of Bug 131020?
Summary: Error in rendering iframe inside tables. → Error in rendering iframe inside tables.
| Reporter | ||
Comment 2•20 years ago
|
||
May be dupe. But this bug marked as fixed. It was in 2002 year. Today 2005, and my mozilla version Firefox 1.04. And I can see this bug now.
Comment 3•19 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051015 Firefox/1.4.1 Please retest with the latest version (1.5 beta)
Comment 4•18 years ago
|
||
Dmitry, are you still seeing this issue using Firefox 2.0.0.3 or later with a new profile? http://kb.mozillazine.org/Profile_Manager
Whiteboard: CLOSEME - 05/23
Comment 5•18 years ago
|
||
Closing as WORKSFORME per comment 3.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•