Bug #1818
Few pre tags has unnecessary space at the top.
Description
- In https://edutestdev-240612.appspot.com/document/python-3-language-reference-pl-2021-10-08-170000.99999-spl/assignment%20expression?documentURL=10004%2Fprd%2F3%2Freference%2Fexpressions--Assignment-expressions-133.html, the first pre tag has a big space at the top.
- https://edutestdev-240612.appspot.com/document/python-3-language-reference-pl-2021-10-08-170000.99999-spl/simple%20statement?documentURL=10004%2Fprd%2F3%2Freference%2Fsimple_stmts.html
- In this page https://edutestdev-240612.appspot.com/document/python-3-language-reference-pl-2021-10-08-170000.99999-spl/compound%20statement?documentURL=10004%2Fprd%2F3%2Freference%2Fcompound_stmts.html, the last one has the issue
It seems like that the ones that don't have a issue has a div tag with class=hiighlight just above the pre tag
Updated by Ayush Khandelwal about 3 years ago
- Assignee changed from Ayush Khandelwal to Rishabh Sharma
Updated by Rishabh Sharma about 3 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Rishabh Sharma to Ayush Khandelwal
In all the three links, there is a space (or space + nextLine) after the opening
tag. so, it is like <pre> somecontentHere</pre> making it like <pre>somecontentHere</pre> , solves the issue. steps to check in chrome, 1. Click on the problematic pre tag after opening chrome inspect element tools, 2. Use Edit as HTML. 3. Remove the space after the opening of <pre> tag, this will remove top space.
Updated by Rishabh Sharma about 3 years ago
In all the three links, there is a space (or space + nextLine) after the opening of pre tag.
so, it is like
somecontentHere
making it like
somecontentHere, solves the issue.
steps to check in chrome,
1. Click on the problematic pre tag after opening chrome inspect element tools,
2. Use Edit as HTML.
3. Remove the space after the opening of
tag, this will remove top space.
Updated by Ayush Khandelwal over 2 years ago
Updated the urls:
1. https://edutestqa.appspot.com/document/python-3-doc-language-reference?documentURL=10004%2Fprd%2F3%2Freference%2Fexpressions--Assignment-expressions-133.html
2. https://edutestqa.appspot.com/document/python-3-doc-language-reference?documentURL=10004%2Fprd%2F3%2Freference%2Fsimple_stmts.html
3. https://edutestqa.appspot.com/document/python-3-doc-language-reference?documentURL=10004%2Fprd%2F3%2Freference%2Fcompound_stmts.html
Updated by Ayush Khandelwal over 2 years ago
- % Done changed from 0 to 100
Latest Dev URLs:
1. https://edutestdev-240612.appspot.com/document/Python-3-Language-Reference-pl-2021-10-08-170000.99999-spl?documentURL=10004%2Fprd%2F3%2Freference%2Fexpressions--Assignment-expressions-133.html
2. https://edutestdev-240612.appspot.com/document/Python-3-Language-Reference-pl-2021-10-08-170000.99999-spl?documentURL=10004%2Fprd%2F3%2Freference%2Fsimple_stmts.html
3. https://edutestdev-240612.appspot.com/document/Python-3-Language-Reference-pl-2021-10-08-170000.99999-spl?documentURL=10004%2Fprd%2F3%2Freference%2Fcompound_stmts.html
Updated by Ayush Khandelwal over 2 years ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected with the latest dev urls.