pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

Job description partially appearing above the top menu

Open kinow opened this issue 3 years ago • 3 comments

Describe the bug

Hi, there's a [job](https://www.python.org/jobs/6504/ that's causing the HTML produced by Django/libs to show part of the job description above the top menu, as per screenshot below.

image

I disabled NoScript and the issue wasn't fixed. I couldn't see the same error when browsing other jobs. So I suspect there's some text in that specific job description that's not well escaped.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.python.org/jobs/6504/
  2. See error on the menu

Expected behavior

No error :)

Screenshots

Above

Desktop (please complete the following information):

  • OS: Linux Ubuntu LTS
  • Browser Firefox
  • Version 100 (same problem on chromium)

Additional context

Was going to send a PR, but realized it could be an issue hard to reproduce without knowing exactly how the data looks like on the server side (i.e. not having access to the jobs data).

Thanks -Bruno

kinow avatar May 15 '22 05:05 kinow

Better try to remove the string ,save and run it, if it has any glitches then its just the M-Firefox fault, if it doesn't then go ahead and put back the string. The page will be alright

BharathSatheeshKumar avatar May 22 '22 16:05 BharathSatheeshKumar

Related #2020

joncle avatar May 23 '22 11:05 joncle

The link in the first comment is 404 now, there is another sample: https://www.python.org/jobs/7588/

aisk avatar Jun 04 '24 17:06 aisk

Thanks for the report, closing as a duplicate of #2020.

hugovk avatar Sep 05 '24 18:09 hugovk