You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't remove this as I'm using the "Bubble" website building platform. And I have no way to change it.
After changing the font or font size, when copying text (more than one line) - the text is copied with "color": "transparent"
Of course and inserted with "color": "transparent" too.
This is happening precisely because of "-webkit-tap-highlight-color: transparent;"
If I first disable this setting via devTools and then copy and paste the text, everything works fine and the desired "color" is pasted, not "transparent".
It turns out that when changing the font or font size, <span> is added (for example, <span style="font-family: Impact;">123</span>) and if "color" is not clearly spelled out in it, then "color" why -something is taken from "-webkit-tap-highlight-color: transparent;"
To Reproduce
Steps to reproduce the behavior:
0. It is in the styles:
Describe the bug
I don't know which section to post this in. Perhaps this is a bug.
I have this style in my styles:
I can't remove this as I'm using the "Bubble" website building platform. And I have no way to change it.
After changing the font or font size, when copying text (more than one line) - the text is copied with "color": "transparent"
Of course and inserted with "color": "transparent" too.
This is happening precisely because of "-webkit-tap-highlight-color: transparent;"
If I first disable this setting via devTools and then copy and paste the text, everything works fine and the desired "color" is pasted, not "transparent".
It turns out that when changing the font or font size,
<span>
is added (for example,<span style="font-family: Impact;">123</span>
) and if "color" is not clearly spelled out in it, then "color" why -something is taken from "-webkit-tap-highlight-color: transparent;"To Reproduce
Steps to reproduce the behavior:
0. It is in the styles:
for example:
Expected behavior
We expect to receive:
but we get:
Screenshots
-webkit-tap-highlight-color: transparent; = on
-webkit-tap-highlight-color: transparent; = off
Desktop (please complete the following information):
Additional context
If this is not a bug, then please tell me if I can do something about it myself somehow fix it?
Thanks a lot.
The text was updated successfully, but these errors were encountered: