WHAT:
In the second step of event creation, if rich text (with underlying HTML) is pasted into the sponsor description field, then the tooltips and text on the event page break after the event is live.
__HOW TO REPRODUCE:__
SCREENSHOT:

@cepradeep
I don't get any broken tooltip and text layout.
My Output is :

And my http://loripsum.net configuration is :

I think I may be missing something , do suggest a way to recreate the issue
@LuD1161 looks like your local repo is behind the dev branch ... From your screenshots, I can see that tooltips are not rendering HTML. But HTML rendering in tooltips was added in https://github.com/fossasia/open-event-orga-server/pull/3349
@niranjan94 I have updated the repo , thanks for pointing that out.
But still am unable to recreate the issue.
This is what I get

@cepradeep I think you copy pasted instead of pasting it as text. Because when I write the entire thing down as a text it works fine but on copy-pasting there is an error because of some double quotes in the html of the loremipsum text html. Copy-pasting would copy the entire styling as well and not only the text which might be causing the problem. Please confirm.
@LuD1161 @SaptakS I confirm that the issue is with double quotes in the HTML. Since there is a fair chance that people are going to copy-paste, what do you guys think is the best way to handle this?
But still am unable to recreate the issue.
@LuD1161 Did you try creating an event _after_ you pulled the latest changes? Here's one I created just now: http://open-event-dev.herokuapp.com/e/c1d05195/
Here's a better way of reproducing the bug:
A).
Most helpful comment
@LuD1161 looks like your local repo is behind the
devbranch ... From your screenshots, I can see that tooltips are not rendering HTML. But HTML rendering in tooltips was added in https://github.com/fossasia/open-event-orga-server/pull/3349