Bug 195440
| Summary: | [iOS] Caret does not appear in newly created textbook in Visio | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | megan_gardner, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar, PlatformOnly |
| Version: | WebKit Local Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 12 | ||
Daniel Bates
Only happens on iOS when creating a new textbox.
Steps to reproduce:
1. Visit <http://portal.office.com> and sign in.
2. Open Visio and create a new document.
3. Click on the Textbox button in the Home toolbar.
4. Drag a selection to create the Textbox.
Then the caret appears on Mac, but it does not on iOS. Though you can still type if you have a hardware keyboard attached.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/48695127>
Daniel Bates
The content editable or text field or whatever Microsoft is using is not focused on iOS so we do not show the keyboard candidate bar. Typing is allowed because Visio handles events even when there is no focused element.