RESOLVED FIXED Bug 185417
Webkit, JavaFX and MathML. #71
https://bugs.webkit.org/show_bug.cgi?id=185417
Summary Webkit, JavaFX and MathML. #71
Guy Abossolo Foh
Reported 2018-05-08 02:16:13 PDT
Created attachment 339806 [details] Fraction display under JavaFX using WebKit. https://github.com/javafxports/openjdk-jfx/issues/71 This bug seems to be specific to javafx, but I don't understand why ! It affects only MathML rendering since 2011. Only the vertical size of the RenderBox is bad. I tested RenderMathMLFraction.cpp and noticed that : Numerator and denominator heights are wrong and equal to 1. While numerator and denominator widths are correct. I tried to go further, but I not familiar enough with WebKit. I'm looking for any help/suggestion to move foward.
Attachments
Fraction display under JavaFX using WebKit. (53.84 KB, image/png)
2018-05-08 02:16 PDT, Guy Abossolo Foh
no flags
Guy Abossolo Foh
Comment 1 2018-05-09 10:53:29 PDT
All childs height equal to 1 in RenderMathMLBlock ? RenderMathMLBlock: layoutItems : child height()1
Guy Abossolo Foh
Comment 2 2018-06-08 22:34:37 PDT
I finaly found what's wrong with MathML lines overlapping. In fact MathML needs `platformBoundsForGlyph` implementation in FontJava.cpp. Continue to investigate becauseof bad alignment with fraction line for example.
Guy Abossolo Foh
Comment 3 2018-06-09 02:54:51 PDT
Note You need to log in before you can comment on or make changes to this bug.