Bug 151916 - Bad position of large operators inside an munderover element
Summary: Bad position of large operators inside an munderover element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-05 09:22 PST by Frédéric Wang (:fredw)
Modified: 2015-12-09 06:46 PST (History)
10 users (show)

See Also:


Attachments
testcase (2.31 KB, text/html)
2015-12-05 09:22 PST, Frédéric Wang (:fredw)
no flags Details
Screenshot of the testcase in gecko (368 bytes, image/png)
2015-12-05 09:23 PST, Frédéric Wang (:fredw)
no flags Details
Screenshot in current webkit nightly & release (309 bytes, image/png)
2015-12-05 09:34 PST, Frédéric Wang (:fredw)
no flags Details
Patch adding a test for this bug (2.70 KB, patch)
2015-12-05 09:34 PST, Frédéric Wang (:fredw)
no flags Details | Formatted Diff | Diff
Patch (6.39 KB, patch)
2015-12-09 03:16 PST, Frédéric Wang (:fredw)
alex: review+
alex: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2015-12-05 09:22:02 PST
Created attachment 266716 [details]
testcase

See the attached testcase. The large operator (black square) has height 0 and so the scripts (red and green bars) are badly placed. I think it's a regression, as it used to work when I implemented largeop support.
Comment 1 Frédéric Wang (:fredw) 2015-12-05 09:23:30 PST
Created attachment 266717 [details]
Screenshot of the testcase in gecko
Comment 2 Frédéric Wang (:fredw) 2015-12-05 09:34:03 PST
Created attachment 266718 [details]
Screenshot in current webkit nightly & release
Comment 3 Frédéric Wang (:fredw) 2015-12-05 09:34:49 PST
Created attachment 266719 [details]
Patch adding a test for this bug
Comment 4 Frédéric Wang (:fredw) 2015-12-09 03:16:20 PST
Created attachment 266984 [details]
Patch
Comment 5 Frédéric Wang (:fredw) 2015-12-09 06:46:43 PST
Committed r193829: <http://trac.webkit.org/changeset/193829>