xel icon indicating copy to clipboard operation
xel copied to clipboard

<x-taginput>'s visual bug

Open ByK95 opened this issue 6 years ago • 3 comments

xel-taginput-visual-bug

I am not sure if this type of behavior wanted.So just leaving it here :grin:

ByK95 avatar Apr 22 '18 18:04 ByK95

This doesn't look right to me. When the text is too long to fit inside the widget then it should be trimmed with an ellipsis or split into multiple lines. Maybe word-break: break-all will fix it.

jarek-foksa avatar Apr 23 '18 14:04 jarek-foksa

with-word-break In this picture word-break: break-all added to "x-taginput"s css tho it fixes first problem there is still second exist while tag is still being edited. while-editing

ByK95 avatar Apr 24 '18 10:04 ByK95

This widget will have to be reimplemented from scratch as there are way too many issues with it. For example it is not possible to move the cursor between tags. I published an initial draft of the new version on https://gist.github.com/jarek-foksa/cc03430493f2ed0a292d19218eda92ae

jarek-foksa avatar Jul 22 '20 13:07 jarek-foksa