Page MenuHomePhabricator

TagMultiselectWidget with inline input has inconsistent double- and triple-click behavior
Closed, DuplicatePublic

Description

TagMultiselectWidget with inline input behaves differently to other InputWidgets as you are not able to select text by double- and triple-clicking at the end of line.


Expected result:
Double-clicking at the end of line should select the last word, triple-clicking should select the whole line.
Compare TextInputWidget behaviour.