Show raw emoticon text in tooltips
ClosedPublic

Authored by mwolff on Mar 6 2020, 1:11 PM.

Details

Summary

Set the raw text as title of the image and then handle help
events by looking for the format at the event position. This
then allows us to receive the raw emoticon text back and display
it in the tooltip.

We have to also improve the replace logic in the emojimanager:
Instead of blindly replacing all occurrences, only replace the
matches and don't also replace the emojis in the img title again.

Diff Detail

Repository
R865 Ruqola
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mwolff requested review of this revision.Mar 6 2020, 1:11 PM
mwolff created this revision.
dfaure accepted this revision.Mar 6 2020, 6:05 PM

Very very nice. One item I can scratch from my TODO list :-)

This revision is now accepted and ready to land.Mar 6 2020, 6:05 PM
This revision was automatically updated to reflect the committed changes.