Opened 7 years ago

Last modified 7 years ago

#28885 closed Bug

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

Reported by: Maciej Olko Owned by: Timothy Allen
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 (last modified by Maciej Olko)

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 padding 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 (3)

comment:1 by Claude Paroz, 7 years ago

Cc: Timothy Allen added
Triage Stage: UnreviewedAccepted

comment:2 by Timothy Allen, 7 years ago

Owner: changed from nobody to Timothy Allen
Status: newassigned

We will tweak the design so it works in more languages, and test with Google Translate. Thanks for the catch!

comment:3 by Maciej Olko, 7 years ago

Description: modified (diff)

You can also test it with official Django translations, by just changing the LANGUAGE_CODE setting. Language codes that have longest translations (AFAIK) are "ru" and "dsb".

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