[Webkit-unassigned] [Bug 65542] Need support for dirname attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 14:17:42 PDT 2011


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2011-10-31 14:17:41 PST ---
(From update of attachment 111386)
View in context: https://bugs.webkit.org/attachment.cgi?id=111386&action=review

> Source/WebCore/html/HTMLTextFormControlElement.cpp:580
> +        dir = String(textDirection == RTL ? "rtl" : "ltr");

Why are you doing these explicit string conversions?

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