[wp-trac] [WordPress Trac] #6386: Add Media dialogs too big on 800×600
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 26 04:44:26 GMT 2008
#6386: Add Media dialogs too big on 800×600
----------------------------+-----------------------------------------------
Reporter: JeremyVisser | Owner: andy
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: Administration | Version: 2.5
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
If you change your screen resolution (like Spencer) or resize your browser
(like I do often) to 800×600, you'll find that the Add Media dialogs are
too big to fit.
Spencer has uploaded a screenshot of this here:
http://www.vindictivebastard.com/images/image-uploadss.jpg
This comes from lines 170-173 of {{{wp-admin/includes/media.php}}} (rev
7517). If you change the '''height=500''' in those lines to
'''height=400''', it works much better on 800×600.
I've attached a patch to change the heights to 400, but I'm not sure if
it's the right way to go about it. A better solution would be to
dynamically change the height with JavaScript depending on what it detects
your browser size as so it can accommodate automagically, but I don't
understand any of this, so I can't really do it myself.
--
Ticket URL: <http://trac.wordpress.org/ticket/6386>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list