Opened 12 years ago
Closed 11 years ago
#23904 closed defect (bug) (fixed)
CSS glitch when the browser window width isn't right
Reported by: | Denis-de-Bernardy | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
The post editor's layout now switches when the width of the window is narrow enough. But there's an intermediary zone, at least on Webkit/Safari where it's too narrow for the conditional CSS to kick in, yet too wide for the browser to deal with it. I presume, based on what I was working on a few minutes ago, that it's related to paddings.
Screenshot attached.
Attachments (4)
Change History (27)
#4
@
11 years ago
Attached a patch that increases the first break point to accommodate the width of the second toolbar
#6
follow-up:
↓ 7
@
11 years ago
- Keywords has-patch removed
The ticket is about the editor, not the toolbar.
#7
in reply to:
↑ 6
;
follow-up:
↓ 10
@
11 years ago
Replying to ocean90:
The ticket is about the editor, not the toolbar.
Read the patch and notes above... The cause of the problem is the toolbar.
#10
in reply to:
↑ 7
@
11 years ago
- Milestone changed from Awaiting Review to 3.7
Replying to jakemgold:
Read the patch and notes above... The cause of the problem is the toolbar.
I'm sorry, just noticed that with toolbar you mean the admin menu and probably the toolbar of TinyMCE.
#11
@
11 years ago
No problem. However - any reason to hold such a small patch for 3.7?
(Disregard: Helen corrected my ignorance on timing. :-) )
#15
@
11 years ago
...any reason why it's not 945-950 or so?
Thinking we should review the trigger width for switching from two columns to one on the Edit Post screen. The user can disable folding the menu so switching to one column should probably happen earlier.
#18
@
11 years ago
The patch / wp-admin-css-breakpoint-toolbar.patch does not fix bug properly and breaks on browser window size 968px X 768px.
#22
@
11 years ago
The patch http://core.trac.wordpress.org/attachment/ticket/23904/23904.diff breaks in between viewport size 951px to 958px.
The new patch( 23904.2.patch ) added to fix it.
Able to replicated in Safari 6.0.5.
Working on it.