[Webkit-unassigned] [Bug 50952] Inputs of type "text" and "search" should support interoperable "set direction" functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 10:10:52 PDT 2011


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





--- Comment #16 from Hironori Bono <hbono at chromium.org>  2011-03-29 10:10:51 PST ---
Greetings,

Thank you for your comments.

(In reply to comment #12)

> WebView has -makeBaseWritingDirectionLeftToRight: and -makeBaseWritingDirectionRightToLeft: and a degenerate implementation of -makeBaseWritingDirectionNatural:. Can DumpRenderTree use those?

I would like to clarify this comment a little.
If I understand WebView correctly, these methods seem to be internal ones. That is, we need to add them to WebViewPrivate.h (or WebView.h) to use them directly from the outside of WebKit, including DumpRenderTree. (I have added a new SPI [setTextDirection:direction] just because it may be better not to expose existing internal functions. Nevertheless, I do not stick to my opinion at all.) If it is OK for you, I will update my change to expose them.

Regards,

Hironori Bono

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