Comment #11 on issue 2777 by jer...@chromium.org: RTL: Cursor is invisible  
inside textarea if the direction is set to RTL
http://code.google.com/p/chromium/issues/detail?id=2777

Minimal test case:

<html>
<head>
<style>
textarea
{
padding: 0px 0px 0px 0px;
direction:rtl;
}
</style>
</head>
<body>
<textarea />
</body>
</html>

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to