Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo displays upper level Thai character in wrong place. #12193
Labels
Comments
|
It seems that two different fonts are used here, so it can be a bug in the font selected by Servo. Can you try to use the same font in both tests? |
|
Confirm @veer66, the incorrect rendering presents in Servo 0.0.1 on Mac OS X 10.11.5. Following screenshots are captured from Safari 9.1.1 (Left) and Servo 0.0.1 (Right. Additional information: The given word ยินดี represents by
But it seems servo has rendered ยินดี as ยินิด that represents by
|
bors-servo
added a commit
that referenced
this issue
Aug 17, 2016
Fix #12193 Servo displays upper level Thai character in wrong place. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12905) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Aug 18, 2016
Fix #12193 Servo displays upper level Thai character in wrong place. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12905) <!-- Reviewable:end -->
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Sep 26, 2016
…er in wrong place.
bors-servo
added a commit
that referenced
this issue
Sep 26, 2016
bors-servo
added a commit
that referenced
this issue
Feb 1, 2017
A test case change is added to #13442: Fix #12193 Servo displays upper level Thai character in wrong place. <!-- Please describe your changes on the following line: --> <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13506) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


On Ubuntu 16.04, Servo nightly, that I downloaded on 2016-07-03, displays upper level Thai characters in the incorrect place. Moreover it choose incorrect glyph too.
Update: Servo on Mac OS X 10.11.5. has this issue too.
The text is "ยินดี". It is supposed to display ี on top of ด but it displays ิ on top of น, which is incorrect glyph and incorrect placement.
An URL for the test case is http://file.veerkesto.net/servo_test/simple-thai.html