react-client icon indicating copy to clipboard operation
react-client copied to clipboard

Tag picker UI bug

Open DerMolly opened this issue 4 years ago • 1 comments

Description

The tag picker has some strange overlapping when a tag is already selected.

  1. Go to https://ui-test.hedgedoc.org/history
  2. Add cool to the Select tags... input
  3. Enter the same input and start typing updated

Expected behavior The updated text should not hide behind the cool tag.

Screenshots image

DerMolly avatar Apr 22 '21 22:04 DerMolly

The problem seems to be with this part of react-bootstrap-typeahead

.rbt-input-multi .rbt-input-main[placeholder=""] {
 width:10px!important;
}

If it is removed the picker seems to work like it should. only problem is that it's a bigger input then the others and that needs some fixing…

Bildschirmfoto 2022-02-19 um 22 52 10

DerMolly avatar Feb 19 '22 21:02 DerMolly

Not relevant anymore. See https://github.com/hedgedoc/hedgedoc/issues/994

DerMolly avatar Nov 22 '22 22:11 DerMolly