[wp-trac] [WordPress Trac] #24254: Big images break side-by-side revision viewer + inconsistency when displaying images
WordPress Trac
noreply at wordpress.org
Sat May 4 11:16:59 UTC 2013
#24254: Big images break side-by-side revision viewer + inconsistency when
displaying images
--------------------------+--------------------
Reporter: a.hoereth | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.6
Component: Revisions | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+--------------------
Comment (by a.hoereth):
Replying to [comment:12 adamsilverstein]:
> i tried [attachment:24254-2.patch 24254-2.patch] but it just let the
image get as wide as the html said and i got a big horizontal scroll bar
on large images i inserted in my testing; ( see http://cl.ly/OjVO )
Just updated [attachment:24254-2.patch 24254-2.patch]. Which browser are
you using? Firefox requires the newly added table-layout: fixed property
for it to work.
> actually, i don't think we can really safely resize the images might
have unintended side effects, plus what if a user inserts several small
images in a row?
Multiple images just extend to a new line. We can't provide a perfect
wysiwyg layout here: we have less than the post editors width. I think no
one expects that.
> what about setting max-width on the containing td's and setting their
overflow to hidden or scroll? i think that should enforce a neat layout
regardless of content.
[attachment:24254-3.patch 24254-3.patch] adds scroll bars to tds if
required. The scrollbar breaks the "this is one text" feeling. I do not
like it. I also tried to add a scrollbar to each column on its own.. But
this seems to require div instead of a table.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24254#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list