[Webkit-unassigned] [Bug 105409] Refactor RenderText::linesBoundingBox() code for returning correct logical rect values.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 24 03:47:38 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105409





--- Comment #1 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-12-24 03:49:49 PST ---
Verified the issue stated here to not be true. Upon further analysis have found that the confusion perhaps arises due to our comprehension of the terms logicalLeftSide and logicalRightSide when compared with the width and height.

In the horizontal writing mode, we have the leftSide and the rightSide indicate values as per their general convention as do the width and height.
But in the vertical writing mode, the logicalLeft points to the top value and the logicalRight points to the bottom value of the rect whereas the computed width and height values continue to be indicative of the actual width and height of the rect (with the width being equal to the font height and the height being equal to the actual text length).

Thus the implementation is indeed proper (although perhaps a bit misleading).

I propose to close this issue here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list