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
Environment
Irrelevant. Occurs both on Android and iOS. Replicable in the playground.
Describe the bug
When applying a background to a label with a formatted string, the background is re-applied in the inner <span>s. This is a problem when we have a semi-transparent background, as you can see here:
Uh oh!
There was an error while loading. Please reload this page.
Environment
Irrelevant. Occurs both on Android and iOS. Replicable in the playground.
Describe the bug
When applying a background to a label with a formatted string, the background is re-applied in the inner
<span>
s. This is a problem when we have a semi-transparent background, as you can see here:To Reproduce
Run the sample here: https://play.nativescript.org/?template=play-vue&id=x0j7SP
Expected behavior
The background should only be applied to the label, and not in the inner span again.
Sample project
https://play.nativescript.org/?template=play-vue&id=x0j7SP&v=2
Additional context
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: