-
Notifications
You must be signed in to change notification settings - Fork 122
Format toolbar buttons only work when device keyboard is open #345
Copy link
Copy link
Closed
Labels
Description
Expected
I expect that even if the device keyboard is closed, I can select a format toolbar button, refocus on the editor (to open the keyboard), and the text I type will have the formatting I selected.
Observed
If I select a format toolbar button while the device keyboard is closed, when I tap again into the editor (even when I tap in the same place where the cursor was already placed) the format toolbar button is deactivated and the text I type has no formatting.
Reproduced
- Open the demo app.
- Remove the demo content.
- Close the device keyboard. (Note that the cursor remains in the text view.)
- Tap a format toolbar button (e.g. Bold) to enable it.
- Tap back into the text view. (The keyboard reappears and the toolbar button is deactivated.)
- Type text. Result: The text has no formatting.
Tested
Nexus 6P API 23 emulator, Aztec demo app (develop branch)
Reactions are currently unavailable