Page MenuHomePhabricator

Inline math bleeding into neighboring content
Closed, ResolvedPublic

Description

Large inline math seems to be overlapping other rows in this page:

https://en.wikipedia.org/wiki/Fibonacci_number#Matrix_form


Version: unspecified
Severity: normal

Details

Reference
bz71857

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:58 AM
bzimport added a project: Mathoid.
bzimport set Reference to bz71857.
bzimport added a subscriber: Unknown Object (MLST).

This seems to be caused by position: absolute; in the SVG fallback image's style attribute. We'll probably want to strip position: absolute; and left: 0px; from the styles in correctSvgStyle().

gerritadmin wrote:

Change 165660 had a related patch set uploaded by GWicke:
Bug 71857: Strip positioning from SVG fallback image styles

https://gerrit.wikimedia.org/r/165660

gerritadmin wrote:

Change 165660 merged by jenkins-bot:
Bug 71857: Strip positioning from SVG fallback image styles

https://gerrit.wikimedia.org/r/165660

gerritadmin wrote:

Change 165771 had a related patch set uploaded by GWicke:
Bug 71857: Strip position style in all math modes

https://gerrit.wikimedia.org/r/165771

gerritadmin wrote:

Change 165771 merged by jenkins-bot:
Bug 71857: Strip position style in all math modes

https://gerrit.wikimedia.org/r/165771