Page 1 of 1

[Solved] New forum layout causes problems in Opera

Posted: Wed Jul 07, 2010 8:11 am
by klenkes
Since the new forum layout some posts are almost illegible in (latest) Opera.

The content of a code block doesn't have line breaks or scrollbars and stretches its width sometimes to more than 2500px.

I attached a screenshot as an example. The screenshots original width was 1400px and was resized for this post.
Look at the bottom scrollbar to see how far this one may go.

Re: New forum layout causes problems in Opera

Posted: Sat Jul 10, 2010 3:41 pm
by NaN
I noticed other problems on Firefox too.
Sometimes i cannot scroll the page using keyboard input.

Re: New forum layout causes problems in Opera

Posted: Sat Jul 10, 2010 5:28 pm
by klenkes
klenkes wrote: The content of a code block doesn't have line breaks or scrollbars and stretches its width sometimes to more than 2500px.
FWIW... I just looked at the CSS and found the source of the problem.
Seems that the notation white-space: nowrap is the problem.
white-space: normal fixes it.

Re: New forum layout causes problems in Opera

Posted: Sat Jul 10, 2010 10:14 pm
by Dr.CSS
Please check it again and let me know if it works for you, in Firefox it makes both scroll bars...

Re: New forum layout causes problems in Opera

Posted: Sun Jul 11, 2010 7:41 am
by klenkes
Dr.CSS wrote: Please check it again and let me know if it works for you, in Firefox it makes both scroll bars...
Thanks a lot! Works in Opera just fine now.
Reading the forum now is as relaxed as it used to be.