Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoted text incomplete due to incomplete div.content-raw #4604

Open
jscher2000 opened this issue Nov 18, 2020 · 0 comments
Open

Quoted text incomplete due to incomplete div.content-raw #4604

jscher2000 opened this issue Nov 18, 2020 · 0 comments

Comments

@jscher2000
Copy link

I noticed when using Quote on the following post that the quoted text terminated before the emoji:

https://support.mozilla.org/en-US/questions/1309877#answer-1368637

Quote uses the contents of div.content-raw which are incomplete in this case.

I have not tried to track down why {{ answer.content_parsed|safe }} is complete but {{ answer.content }} is not. (These references are from kitsune/questions/jinja2/questions/includes/answer.html.)

Via the API, the JSON for the answer content is:

"content":"<p>The 83.0 update turned purge_trackers back on, and now I'm signed out of everything again. \ud83d\ude22\n<\/p><p>Is there any kind of diagnostic information you'd like me to provide that could help figure out why this is apparently only happening to some people and not others? If I can't help get this fixed, or at least get purge_trackers to stay off, I won't be able to continue using Firefox.\n<\/p>"

So that looks fine so far...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: triage
Development

No branches or pull requests

1 participant