Bug 36540 - HTML Tables Don't Know Size of MathML Content
Summary: HTML Tables Don't Know Size of MathML Content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 3251
  Show dependency treegraph
 
Reported: 2010-03-24 09:54 PDT by Jacques Distler
Modified: 2010-07-05 09:26 PDT (History)
4 users (show)

See Also:


Attachments
Testcase (5.81 KB, application/xhtml+xml)
2010-06-22 14:10 PDT, Jacques Distler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacques Distler 2010-03-24 09:54:08 PDT
Table cells with MathML content are not sized appropriately, so the content overlaps neighbouring cells, or disappears entirely.

See the testcase.
Comment 1 Alex Milowski 2010-06-22 13:53:29 PDT
There is no test case for this bug.  Can you upload an example?
Comment 2 Alex Milowski 2010-06-22 13:55:14 PDT
A quick test of this looks like https://bugs.webkit.org/show_bug.cgi?id=40986 may fix it.

If you have an example with the problem, I can confirm this.
Comment 3 Jacques Distler 2010-06-22 14:10:30 PDT
Created attachment 59414 [details]
Testcase

Damn! What happened to the testcase I uploaded?

I think this is close to the original (hastily-reconstructed).
Comment 4 Alex Milowski 2010-06-22 14:42:11 PDT
It looks like this is fixed by the patch in 40986.
Comment 5 François Sausset 2010-06-30 01:04:55 PDT
Indeed, the test case seems to be rendered properly now.

The bug status should be changed to CLOSED.