Closed Bug 50651 Opened 24 years ago Closed 23 years ago

flash embed causing table to not render correctly

Categories

(Core Graveyard :: Plug-ins, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: cam_hart, Assigned: serhunt)

References

()

Details

(Whiteboard: [branch accept])

Attachments

(2 files)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m17) Gecko/20000807
BuildID:    2000080712

This html contains a flash movie in a table within a table cell. The flash movie
is renedered but the content of the following table cell is not.

i have included the source as I don't have an example page anywhere on the internet:

<HTML>
<HEAD>
<TITLE>mozilla bug test</TITLE>
<!--
    BUG DESCRIPTION: The content of the second table cell does not get rendered.
I've reduced the html as much
    as possible while keeping the bug.
-->
</HEAD>
<BODY>
<TABLE WIDTH="760" BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR>
        <TD WIDTH="177" VALIGN="TOP" ALIGN="LEFT">

            <TABLE WIDTH="177" BORDER="0" CELLSPACING="0" CELLPADDING="0"
HEIGHT="292">
                <TR>
                    <TD COLSPAN="3" HEIGHT="41">&nbsp;</TD>
                </TR>
                <TR>
                    <TD COLSPAN="3" HEIGHT="19">&nbsp;</TD>
                </TR>
                <TR>
                    <!-- The problem also goes away if a newline is inserted
between the TD and OBJECT tag -->
                    <TD COLSPAN="2" HEIGHT="168"><OBJECT
CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
WIDTH="136" HEIGHT="168">
                        <PARAM NAME=movie VALUE="test.swf">
                        <PARAM NAME=quality VALUE=high>
                        <EMBED SRC="test.swf" QUALITY=high
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
TYPE="application/x-shockwave-flash" WIDTH="136" HEIGHT="168"></EMBED></OBJECT></TD>
                    <TD HEIGHT="168" WIDTH="23">&nbsp;</TD>
                </TR>
            </TABLE>

            </TD>
        <TD WIDTH="583">
            <H1>This is a test</H1>
            The content of this table cell does not always get rendered in
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m17) Gecko/20000807
        </TD>
    </TR>
</TABLE>
<!-- END MAIN CONTENT TABLE -->
</BODY>
</HTML>

Reproducible: Always
Steps to Reproduce:
save this above html, and use any old flash 4 movie. just open the page in mozilla.

Actual Results:  The Flash is renedered but the text in the H1 etc is not

Expected Results:  The text in the H1 and all the text following should be
displayed.
setting bug status to New
Status: UNCONFIRMED → NEW
Ever confirmed: true
Not a Netscape 6 RTM blocker. FUTURE. This bug has been marked Future because
the Netscape engineer it is assigned to is overburdened.
Target Milestone: --- → Future
is bug 62830 a dup?
*** Bug 60717 has been marked as a duplicate of this bug. ***
*** Bug 62830 has been marked as a duplicate of this bug. ***
Attached file testcase
This appears to have been fixed. Verified pasted testcase with attached testcase.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
testcase works fine and the embedded flash movie renders properly. Marking 
VERIFIED.
Status: RESOLVED → VERIFIED
Shrir,

Can you verify this on the "branch" for possibly including in a 6.01 release?

Thanks.
Verified that the testcase works on the windows/mac/linux branch builds.
added a test url in which the flash contents overflow outside the table. I think 
there is a bug for this but am not sure if this problem needs to be mentioned in 
this bug.
I crash with trunk build on Peter's test case. Stack trace follows.
Attached file stack trace
That looks like the stack trace for bug 63243
Ah, good. So it is going to go away after makoto backs up his changes.
I think he already has. Try updating your whole tree.
yup, still works for me on today's trunk build on windows(0110).
Whiteboard: [branch accept]
Macromedia people said that this is appearing bad for them again. However, on 
0524 windows, 0529 linux and 0523 mac, this appears fine to me. Anyone seeing 
this? Should this be reopened?
well..actually now, the movie at the bottom left "10%x10% small vector movie" 
appears a bit outside the table border. However the '550x400 movie'  appears 
fine. I am reopening this one..
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 24 years ago23 years ago
Resolution: --- → FIXED
The extra white space is  [Bug 83159] HTML Embed region is not painted correctly

Marking FIXED. If there are other problem, please open other bugs to track 
those.
verif this works now on 1113 trunk, win.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: