RESOLVED WONTFIX 91809
Calling getClientRect of range object causes overflow of text in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=91809
Summary Calling getClientRect of range object causes overflow of text in vertical wri...
Tatsuya Nitta
Reported 2012-07-19 21:06:17 PDT
Created attachment 153390 [details] Test file to reproduce Overview: If element is dynamically created by JavaScript and writing mode of text is vertical and text contains Ruby element, text overflows from parent element when calling getClientRects of Range object. Steps to Reproduce: 1) Open the attached test file 2) Observe DIV element in right side which contains vertical text Actual Results: Text in second line overflows from parent element. Expected Results: Text should fit in parent element. Additional Information: When you comment out the code of calling range.getClientRects, the issue doesn't happen.
Attachments
Test file to reproduce (2.93 KB, text/html)
2012-07-19 21:06 PDT, Tatsuya Nitta
no flags
Result screen shot (59.95 KB, image/png)
2012-07-19 21:06 PDT, Tatsuya Nitta
no flags
Tatsuya Nitta
Comment 1 2012-07-19 21:06:49 PDT
Created attachment 153391 [details] Result screen shot
Tatsuya Nitta
Comment 2 2012-10-12 00:56:14 PDT
It's been a while since I logged this bug. It seems there is no update. Can someone look at this issue?
mitz
Comment 3 2012-10-12 01:19:39 PDT
As far as I can tell, this no longer happens in TOT.
Ahmad Saleem
Comment 4 2022-12-19 15:04:02 PST
I am not able to reproduce the overflow in STP160 using attached test file and opening Inspector and also it is within bound of container and does not show overflow like reference screenshot. Marking this as "RESOLVED WONTFIX". Thanks! Since it was not confirmed ever and was in "Unconfirmed" (Hence, it is WONTFIX rather than CONFIGURATION CHANGED).
Note You need to log in before you can comment on or make changes to this bug.