Opened 17 years ago
Closed 17 years ago
#11293 closed defect (bug) (fixed)
Dropdown filter and dashboard widget column are too narrow for Czech
| Reported by: | pavelevap | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | UI | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
As you can see on attached pictures, there are problems with styling for non-english version of WordPress.
Ad Czech_1.png - this problem on Dashboard was not in WP 2.8.x but is in latest trunk.
Ad Czech_2.png - this problem appears on many dropdown menus in administration. Fields are limited for original english terms, but translated terms are sometimes longer.
Attachments (3)
Change History (16)
#2
@
17 years ago
Sorry, I forgot to mention browsers.
First problem is related only to IE8 (FF 3.5.x is OK), but the second problem is visible in all browsers (IE8 and FF 3.5.x).
#4
@
17 years ago
- Keywords has-patch added
- Summary Wrong styling for localized version → Dropdown filter and dashboard widget column are too narrow for Czech
czech-style-fix.diff adds white-space: nowrap; rule to the problematic "a" element in Dashboard "Right Now" widget.
It also adjusts the width of "select" elements on wp-admin/edit.php.
Tested on Windows IE 7, IE 8, FF 3.5 + Mac Firefox 3.5, and Sarafi 4.
#5
@
17 years ago
Just a general note: FF3 still accounts for about 30% of FF users, so we should test that as well as 3.5 (FF2 is only around 1%).
#6
@
17 years ago
- Component i18n → UI
- Owner removed
Tested in FF3.0 — looks fine. Seems like low-impact CSS.
#8
follow-up:
↓ 9
@
17 years ago
- Resolution fixed
- Status closed → reopened
Great, it works fine.
But I noticed one other small problem. When you look at first picture, numbers (of posts, tags, etc.) should be aligned to the right, I guess? It worked well in WP 2.8.6.
#9
in reply to: ↑ 8
@
17 years ago
Replying to pavelevap:
But I noticed one other small problem. When you look at first picture, numbers (of posts, tags, etc.) should be aligned to the right, I guess? It worked well in WP 2.8.6.
Can't reproduce in trunk (r12374). This should be aligning it right. Can you confirm it is left-aligned on your localized install?
126 #dashboard_right_now td.b {
127 padding-right: 6px;
128 text-align: right;
129 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
130 font-size: 14px;
131 }
#10
@
17 years ago
Sorry, I forgot to mention that this problem also appears only using IE8 (FF etc. are OK).
#11
@
17 years ago
Okay, I can confirm the behavior in IE6 and IE7. IE8 works fine though.
It's because of:
#dashboard_right_now td.first,
#dashboard_right_now td.last {
width: 1px;
}
Trying to think of a solution, but not sure if its worth it if it only affects IE6 and IE7. Can you double-check your browser version? I'm running 8.0.6001.18702 on XP SP3.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Given this is UI related, What Browser, Browser Version, and Platform have you tested this on? (ie. which one was that screenshot taken under?)