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
Hello,
It looks as the issue #569 is back.
When reading post that includes custom emojis e.g. the one we were testing in the original issue with a screen reader the whole HTML img tag is being included as a part of the text.
When reading that post, I can identify exactly the whole HTML img tag in the output like this:
Ok, I'll have a look at it... In the next weeks I'll be busy because I'm moving to a new house but I'll try! In any case version 0.4.0 won't be released until all issues in the beta are solved, thanks for testing it so soon.
I could not reproduce the issue but looking for it I found another one: if there were <img /> elements embedded in a post text, the UI of the app was broken with a bug similar to the one described in #607 which I thought I had solved. I created #692 to solve it and incidentally simplified TextWithCustomEmojis so maybe now the issue is clearer. The "culprit" may be the test in the looksLikeAnEmoji because some images with an alt text in the form of :something: could not be recognized.
Hello,
It looks as the issue #569 is back.
When reading post that includes custom emojis e.g. the one we were testing in the original issue with a screen reader the whole HTML img tag is being included as a part of the text.
When reading that post, I can identify exactly the whole HTML img tag in the output like this:
I am also trying to find out if I can make it work however I am paying extra attention since there were follow up fixes to this part of the code.
The text was updated successfully, but these errors were encountered: