Opened 6 years ago

Last modified 6 years ago

#28885 closed Bug

Bottom parts of "Congratulations!" page cut off internationalized content — at Initial Version

Reported by: Maciej Olko Owned by: nobody
Component: Core (Other) Version: 2.0
Severity: Normal Keywords: i18n, template, defaults
Cc: Timothy Allen Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Bottom parts (footer) of "Congratulations!" page[1] (rocket taking off/default urlconf) cut off text if it is too long. It happens for e.g. Russian and Lower Serbian languages. Screenshots:
https://screenshots.firefox.com/H4OzOchrVQCvNp5e/localhost
https://screenshots.firefox.com/dG8BTsWHB4s0F2pL/localhost

For many other languages, the problem is more of just esthetic nature, as the padding to the bottom of page is not equal to the footer top ruler (if translations aren't one-liners in effect).

The footer shouldn't have fixed height. I am afraid that some JavaScript is neccessary to calculate footer's height if we are about to keep the layout.

[1] django/django/views/templates/default_urlconf.html

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top