eflyjason created this task.
eflyjason added projects: Wikidata Query UI, Wikidata.

TASK DESCRIPTION

Currently, when we type shortcuts like e or f in textarea on mobile devices, the corresponding action will be triggered. However, these action shouldn't be triggered when user is focused on textarea. The problem lies in

if ( $( document.activeElement ).is( 'textarea, input' ) ) {
	if ( e.key === 'Escape' ) {
		$( document.activeElement ).blur();
	}
	return;
}

TASK DETAIL
https://phabricator.wikimedia.org/T184419

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: eflyjason
Cc: Aklapper, Jonas, Graham87, Smalyshev, Florian, gerritbot, Lucas_Werkmeister_WMDE, eflyjason, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to