Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2007 at 23:22 UTC
Updated:
16 Dec 2007 at 16:33 UTC
On page "admin/settings/language/configure" is the string Path prefix with language fallback. If a suitable path prefix is not identified, language is based on user preferences and browser language settings.. This string is very long and does not wrap caused by some bad CSS settings. Finaly this causes parts of the string to overflow in many CSS layouts and therefor get hidden from user eyes.
I have identified the CSS causing this with firebug - system.css (line 142):
.form-item label.option {
white-space:nowrap;
}
Additional a screenshot attached.
Please don't try to tell me this is a problem of my theme. THX.
| Comment | File | Size | Author |
|---|---|---|---|
| form_content_nowrap.png | 17.04 KB | hass |
Comments
Comment #1
catchThis was introduced by: http://drupal.org/node/112512
I think the png on that issue was worse than yours to be honest.
Comment #2
hass commentedWould be a much better idea to fix this referenced form with a specific CSS classes only for the specific page and by default wrap the text!
Comment #3
gábor hojtsyAlthough this form is hopefully to be reworked with more information for users before the final D6 ships (if the text is ready before the string freeze, see http://drupal.org/node/189880), I got alerted from other sources as well, that committing this change was quite a bad decision on my part. I fully agree with this, so sorry for the issues. Rolled that patch back.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.