Closed
Bug 734729
(dynamic-maction-math)
Opened 13 years ago
Closed 11 years ago
<maction> not rendered correctly when the selection attribute is changed on the <math> element
Categories
(Core :: MathML, defect)
Core
MathML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: fredw, Assigned: mohitsinha251)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
See attached testcase.
Also compare with attachment 546412 [details] from bug 657279.
Reporter | ||
Comment 1•13 years ago
|
||
So the difference here seems to be that nsMathMLmstyleFrame::AttributeChanged calls nsMathMLContainerFrame::ReLayoutChildren which does more things than simply reflowing the frame. Maybe a possible fix for this bug (and for other mstyle's attributes used on the math element) would be to make nsMathMLmathInlineFrame::AttributeChanged and nsMathMLmathBlockFrame::AttributeChanged do the same thing for mstyle's attributes.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → PraZuBeR
Keywords: helpwanted
Reporter | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•12 years ago
|
Assignee: PraZuBeR → mohitsinha251
Reporter | ||
Comment 2•12 years ago
|
||
Add test for block math.
Attachment #604759 -
Attachment is obsolete: true
Reporter | ||
Comment 3•12 years ago
|
||
same testcase, but with actiontype="toggle".
Attachment #644193 -
Attachment is obsolete: true
Assignee | ||
Comment 4•12 years ago
|
||
Having made these changes, 'invalid markup' is showing for the above testcases(dynamic part).
nsMathMLContainerFrame::ReflowError is called from nsMathMLContainerFrame::MeasureForWidth which itself calls Place.
Reporter | ||
Comment 5•11 years ago
|
||
This is WONTFIX per bug 838509.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•