[Webkit-unassigned] [Bug 38749] [Chromium] Pipe RTL info into WebPopupMenuInfo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 11:17:38 PDT 2010


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





--- Comment #9 from Xiaomei Ji <xji at chromium.org>  2010-05-10 11:17:37 PST ---
@@ -44,6 +45,7 @@ struct WebPopupMenuInfo {
     int itemFontSize;
     int selectedIndex;
     WebVector<WebMenuItemInfo> items;
+    WebTextDirection textDirection;
 };

Maybe I made you confused.
You were right in your comment #3. It is a alignment, not text direction, and it is used in client side as alignment. 

We are currently using the text direction to guide the alignment, which is not totally correct. Hence Bug 38780 is filed.

-- 
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