Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Forum width = WIIIIIDE
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback
View previous topic :: View next topic  
Author Message
gcasillo
l33t
l33t


Joined: 23 Sep 2003
Posts: 723
Location: Cincinnati, Ohio, USA

PostPosted: Tue Jun 10, 2008 3:59 pm    Post subject: Forum width = WIIIIIDE Reply with quote

Just came to the forums today to browse around, and something is off. Everything is so wide, I have to scroll left and right to view the forum listings and threads. I'm using Firefox 2.0.0.14 on Windows at the moment.

Am I the only one seeing this? Anyone?
Back to top
View user's profile Send private message
pilla
Administrator
Administrator


Joined: 07 Aug 2002
Posts: 7196
Location: Pelotas, BR

PostPosted: Tue Jun 10, 2008 4:42 pm    Post subject: Reply with quote

Looks ok on firefox 3.0_rc2. Does it happens with all forum pages or some specific page? Sometimes, it happens because of some extra long line posted by an user.

Could you post a snapshot somewhere so we may have a look at it?
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Section_8
Guru
Guru


Joined: 22 May 2004
Posts: 465
Location: Arlington, TX, US

PostPosted: Tue Jun 10, 2008 6:09 pm    Post subject: Reply with quote

Occasionally, I have this annoyance with posts that have long lines. I assigned this:

Code:
javascript:(function(){var D=document;F(D.body);function F(n){var u,r,c,x;if(n.nodeType==3){u=n.data.search(/\S{45}/);if(u>=0){r=n.splitText(u+45);n.parentNode.insertBefore(D.createElement('wbr'),r);}}else if((n.tagName!='STYLE')&&(n.tagName!='SCRIPT')){for(c=0;x=n.childNodes[c];++c){F(x);}}}D.body.innerHTML+=' ';})();


to a button in the firefox Bookmark toolbar. Pressing that usually pulls those posts in to the browser's width.
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2311
Location: /home/zach

PostPosted: Fri Jun 13, 2008 4:03 pm    Post subject: Reply with quote

Section_8 wrote:
Occasionally, I have this annoyance with posts that have long lines. I assigned this:

Code:
javascript:(function(){var D=document;F(D.body);function F(n){var u,r,c,x;if(n.nodeType==3){u=n.data.search(/\S{45}/);if(u>=0){r=n.splitText(u+45);n.parentNode.insertBefore(D.createElement('wbr'),r);}}else if((n.tagName!='STYLE')&&(n.tagName!='SCRIPT')){for(c=0;x=n.childNodes[c];++c){F(x);}}}D.body.innerHTML+=' ';})();


to a button in the firefox Bookmark toolbar. Pressing that usually pulls those posts in to the browser's width.


That is an EXCELLENT code snippet. I don't have the width problem here on the Gentoo forum, but thank you!
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum