wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
673 stars 114 forks source link

Don't open keyboard when a checkbox or link is tapped #1053

Open nbradbury opened 9 months ago

nbradbury commented 9 months ago

Right now tapping a checkbox or a link in the editor shows the keyboard, as though the user wants to start editing. But on Day One Android, we have a use case for not opening the keyboard and instead opening the link or toggling the checkbox.

Given that this isn't the current behavior, we may want to hide this behind a setting that defaults to not being enabled.