WebKit Bugzilla
Attachment 372230 Details for
Bug 198908
: Text caret renders incorrectly and is hard to use on iOS when text is rotated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
rotated-text-editing.html (text/html), 339 bytes, created by
Xidorn Quan
on 2019-06-16 20:20:37 PDT
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Xidorn Quan
Created:
2019-06-16 20:20:37 PDT
Size:
339 bytes
patch
obsolete
><!DOCTYPE html> ><meta name="viewport" content="width=device-width"> ><style> >.outer { > width: 200px; > padding: 100px 0; >} >.inner { > width: 100px; > vertical-align: middle; > transform-origin: 50% 50%; > transform: rotate(45deg); > outline: none; >} ></style> ><div class="outer"> ><div contenteditable class="inner">hello world</div> ></div>
<!DOCTYPE html> <meta name="viewport" content="width=device-width"> <style> .outer { width: 200px; padding: 100px 0; } .inner { width: 100px; vertical-align: middle; transform-origin: 50% 50%; transform: rotate(45deg); outline: none; } </style> <div class="outer"> <div contenteditable class="inner">hello world</div> </div>
View Attachment As Raw
Actions:
View
Attachments on
bug 198908
: 372230