Closed jesus2099 closed 4 years ago
Ubuntu Chrome acts the same as Windows Vivaldi! Thanks @reosarevok!
MERGE HELPOR 2 does use \r
but in alerts, in text areas and some places that are not tool tips (title
) and that don't seem to cause any issues.
Fixed for PENDING EDITS, where all \r
were only in some dead code, anyway.
Fixed for INLINE STUFF track tooltip.
kasi_PLAIN-TEXT-LYRICS's \r
must be kept:
Same for mb_ELEPHANT-EDITOR.
I have noticed with FUNKEY CAA that the
\r\n
that I use for new lines in tooltips (title
attribute) are now causing issue with my latest Vivaldi upgrade. So it may concern all my scripts using\r\n
in tooltips on Chromium based browsers on Windows, at least. It displays this small CR (probably ␍U+240D SYMBOL FOR CARRIAGE RETURN
) instead of\r
.If I remove
\r
and leave only\n
it's OK, but the\r
part was there for Linux and Mac, so I wonder what happens to them… 🤔\r\n
\r
\n
\r
CR but\n
OK new line\r
CR but\n
OK new lineUpdate 2020-09-28
I don't see any more problems in Linux Chromium nor on Windows Vivaldi (tested alert, console and tooltip). So it was a temporary cross-platform Chrome/Chromium glitch. As I already started removing my
\r
, I will just go on cleaning them up as they are redundant with\n
that, apparently, work everywhere.Fixing status