Fixed - Cant see all text on some threads
by Billy L · in Site Feedback · 12/16/2005 (11:47 pm) · 26 replies
On this thread i cant see the hole text , it cuts in the right margin .
Check this
I tried to refresh and reload it but nothing helps.
Check this
I tried to refresh and reload it but nothing helps.
#2
-ner
12/19/2005 (11:07 am)
This happens on IE 6.x (maybe other browsers, too), whenever images are present and the width of the image is greater than the new fixed-width version of the forums. Just adding some extra details to help diagnose the problem.-ner
#3
happens for me on that first thread too.
Firefox 1.5, winXP.
One crumby work-around if you Really Really want to read the text
is to copy-n-paste into notepad.
12/19/2005 (11:20 am)
Ouch.happens for me on that first thread too.
Firefox 1.5, winXP.
One crumby work-around if you Really Really want to read the text
is to copy-n-paste into notepad.
#4
Anything that pushes the width of the forum posts beyond the page width will cause this. Long URLs will probably cause this problem too.
Fortunately, I have a simple solution. Enclose the text of each forum post in a div, set its width to a fixed 710px (or thereabouts), and set the overflow to auto. Now when a post becomes too wide, that post alone will be horizontally scrollable.
12/19/2005 (11:41 am)
In the file /css/fixed/container.css, line 47, the content box is set to a fixed width, and the overflow is set to hidden.Anything that pushes the width of the forum posts beyond the page width will cause this. Long URLs will probably cause this problem too.
Fortunately, I have a simple solution. Enclose the text of each forum post in a div, set its width to a fixed 710px (or thereabouts), and set the overflow to auto. Now when a post becomes too wide, that post alone will be horizontally scrollable.
#6
12/20/2005 (1:48 pm)
Fixed. Images and code blocks now scroll if too large.
#7
edit: testing a long url: -removed for now-
edit: long urls still break the page too.
12/20/2005 (2:01 pm)
Images scroll now, but code blocks still don't in Konqueror (version 3.4.3).edit: testing a long url: -removed for now-
edit: long urls still break the page too.
#8
12/20/2005 (2:16 pm)
Can you post a link to a code block that does not scroll.
#9
Here's one that's large enough to break the page on my system. But I'm using 8pt fonts at ~120 dpi (larger fonts than default Windows, I think).
Mozilla scrolles the code blocks, but Konqueror does not. If the width of the .codeblock class is fixed, or if the post body is enclosed in a fixed width div, then the code blocks will scroll fine.
12/20/2005 (2:28 pm)
www.garagegames.com/mg/forums/result.thread.php?qt=26109Here's one that's large enough to break the page on my system. But I'm using 8pt fonts at ~120 dpi (larger fonts than default Windows, I think).
Mozilla scrolles the code blocks, but Konqueror does not. If the width of the .codeblock class is fixed, or if the post body is enclosed in a fixed width div, then the code blocks will scroll fine.
#10
Another thread with large codeblocks.
12/20/2005 (2:38 pm)
www.garagegames.com/mg/forums/result.thread.php?qt=10880Another thread with large codeblocks.
#12
12/21/2005 (7:23 am)
I'm also getting the bottom of my pages cut off, the portion with the Pre,pageNNN,Next links missing?!? A refresh of the page fixes it, also seems to be the same with the Community 'Threads' frame/container...the bottom link is usually half buried by the outline of the frame...?!?
#13
just text, no images or codeblocks or anything -
thread
screenshot
12/21/2005 (10:02 am)
Here's a really simple example of the issue,just text, no images or codeblocks or anything -
thread
screenshot
#14
12/21/2005 (10:31 am)
I just refired EI instead of FireFox...and all the cut-off weirdness seemed to go away...?!
#15
12/21/2005 (10:37 am)
FYI, still doesn't work in in the Opera browser :(
#16
12/21/2005 (11:07 am)
RE: Orion's screenshot: That's because of the long line with the url. Long lines of text with no spaces (typical for urls) will break the page.
#17
Still happening to me. The link above cuts it off. WinXP Firefox 1.5 screen Res 1024 X 768
As stated above it works for me with IE just not Firefox
12/21/2005 (11:22 am)
www.garagegames.com/mg/forums/result.thread.php?qt=37636 Still happening to me. The link above cuts it off. WinXP Firefox 1.5 screen Res 1024 X 768
As stated above it works for me with IE just not Firefox
#18
12/21/2005 (11:22 am)
Few changes again, please report any problem links.
#19
But, what happened to the vertical spacing between the posts? It's much harder to read the thread now.
As for the URLs, I see you solved that problem by automatically clipping them. That's great, but it seems to work only for [ url ] tags. Long text without those tags still breaks, I'm sorry to say. Example
12/21/2005 (11:33 am)
The code blocks are fixed! Thank you. But, what happened to the vertical spacing between the posts? It's much harder to read the thread now.
As for the URLs, I see you solved that problem by automatically clipping them. That's great, but it seems to work only for [ url ] tags. Long text without those tags still breaks, I'm sorry to say. Example
#20
12/21/2005 (12:42 pm)
...
Torque Owner Unk
http://www.garagegames.com/mg/forums/result.thread.php?qt=30888
-Unk