Opened 19 months ago
Closed 19 months ago
#19062 closed defect (bug) (fixed)
Post boxes on Edit Comment screen merge together
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Administration | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Attachments (2)
Change History (9)
comment:1
follow-up:
↓ 2
linuxologos — 19 months ago
Replying to linuxologos:
I can't reproduce this against latest trunk on latest Firefox/Chrome/IE on Windows. Only on small browser windows, which is rather expected.
Okay, so it's caused by my 'small' screen and responsive admin. However, it doesn't look this way on 3.2. Chrome on Linux btw.
comment:3
linuxologos — 19 months ago
Ok, now I see. It applies to Add New Post/Page screen too, if two-columns layout is chosen.
comment:4
linuxologos — 19 months ago
The new
#post-body-content {
min-width: 465px;
}
in 3.3 must be the reason for this change.
19062.patch removes some responsive snippets. Doesn't work properly, see #18863.
Note: See
TracTickets for help on using
tickets.

I can't reproduce this against latest trunk on latest Firefox/Chrome/IE on Windows. Only on small browser windows, which is rather expected.