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
When you use the built-in translate in Google Chrome to translate a campaign the texts becomes invisible. It seems like it is still on the page, but becomes white for some reason.
To Reproduce
Go to a campaign page. Right click on the page and click "Translate to English".
Expected Behavior
The text should be translated and readable.
Which browser are you using? (if relevant)
Version 118.0.5993.117 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
Seems like using ReactQuill to render HTML text, breaks this as well. We should probably ditch it for reading HTML, in favor of dangerouslySetInnerHTML prop.
#1536 is another issue, mainly caused by using ReactQuill to read HTML text.
There is a ticket in progress for translating the description that will be loaded from backend: #1290
so the disappearing text will get solved with that
Which area(s) of Podkrepi.bg are affected?
No response
Describe the Bug
When you use the built-in translate in Google Chrome to translate a campaign the texts becomes invisible. It seems like it is still on the page, but becomes white for some reason.
To Reproduce
Go to a campaign page. Right click on the page and click "Translate to English".
Expected Behavior
The text should be translated and readable.
Which browser are you using? (if relevant)
Version 118.0.5993.117 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: