#28592 closed defect (bug) (fixed)
Post edit screen goes out of view port in smaller devices
Reported by: | vinod dalvi | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.9.1 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
When we try to access edit post screen in between the following browser window size then it goes out of window.
Greater than:
Window size: 917 x height
View port size: 901 x height
Less than:
Window size: 977 x height
View port size: 961 x height
See the attached screenshot.
Patch added.
Attachments (5)
Change History (14)
#1
@
11 years ago
- Milestone changed from Awaiting Review to 4.0
- This should probably go into
wp-admin/css/edit.css
, since it's not specific to the admin menu. - No need to patch
admin-menu-rtl.css
, it's generated automatically.
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
10 years ago
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
10 years ago
#6
follow-up:
↓ 7
@
10 years ago
- Keywords commit removed
Should we just autofold the admin menu a little earlier then? I'm not really excited about adding a viewport rule just for this.
#7
in reply to:
↑ 6
@
10 years ago
- Keywords commit added
Replying to helen:
Should we just autofold the admin menu a little earlier then?
Done in 28592.patch.
Note: See
TracTickets for help on using
tickets.
Screenshot of the issue.