code-input icon indicating copy to clipboard operation
code-input copied to clipboard

Autocomplete and SpecialChars plugins don't work together

Open WebCoder49 opened this issue 5 months ago • 0 comments

The autocomplete-created pre to find where to place the popup does not handle special character sizes. Potentially autocomplete should use the pre element.

Screenshot without the SpecialChars CSS and custom added styling to make the situation clearer, showing how the autocomplete's pre element handles the special characters as zero-width because it doesn't render them.

This is part of #106.

WebCoder49 avatar Jul 18 '25 17:07 WebCoder49