big picture seems to kill layout / #5301

Summary

open
May 25, 2007
May 25, 2007 / xl
Jun 3, 2008 / stenyak
 

Attached files

Summary
Bildschirmphoto1.png
Bildschirmphoto1.png

94875 bytes / ID 5302 / May 25, 2007
Show Details
 

Issue report

Minor
Have not tried
firefox on ubuntu linux
0.08
in Request feedback of persons on items wraparound of text is broken.
is suppose this is because of the picture which is broader than the column.
 

8 Comments

pixtur

May 30, 2007
this is tricky...
not sure how to fix the stretching behavior accordingly.

xl

May 30, 2007
Antwort auf this is tricky...
I have not done this for a very long time, but what about saying "maximum width = 100%" (of container) in css?

pixtur

May 30, 2007

xl

May 30, 2007
no css for me, thanks
no, fixing css is really to far away... any css knowers out there?

(@pixtur: your comment travelled back in time: it was about 9:30 when i saw your above "12:39" comment. bug?)

tino

May 30, 2007
Oh Oh - have we a problem?
@pixtur: your comment travelled back in time: it was about 9:30 when i saw your above "12:39" comment. bug?

@Tom: your comment reply is invisible in the overall history!

I think we have a problem here with saving times - maybe our provider has changed the server time!

Go to overall history - you will recognize, that some task are in the future (what is still an evidence that we all live in the Matrix ;-) )


pixtur

May 31, 2007
This could be a problem of the autotection of time zone
Maybe login out and in will fix the display. Another option might be disabling autodetection in your profile.

xl

Jun 18, 2007
version 2
FIX for css
this problem also appears with a large link in simple file upload with progress bar.
a quick firebug session showed me a possible solution: insert line "overflow" here.

from styles.css (line 1174)

div.block > div.table_container {
clear:both;
margin-right:1px;
overflow:scroll;
}

pixtur

Aug 5, 2007
version 2
 

Comment / Update