Threads dissapear part way down the page now...

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

episodic

Lifer
Feb 7, 2004
11,088
2
81
The teacher pay thread in offtopic does it. I have firefox latest version on windows. Please fix this.
 

Praetor

Diamond Member
Oct 14, 1999
4,499
4
81
It doesn't so much as cut off for me but start overlapping messages after a certain limit.
Screenshot

Reading this thread.

I have my settings at threaded, 100x per page. I temporarily deleted my .mozilla folder and verified this was happening without any additional extensions or old cookies. This is happening for me on linux with Firefox 2.0.0.4



Edit!
Just loaded the same page using IE6 in wine and it loads fine. Must be a firefox issue.
 

Synomenon

Lifer
Dec 25, 2004
10,542
6
81
Happening to me as well. FireFox v2.0.0.4, Vista Ultimate x64. Happens in all really long threads like the one in OT where the guy peed on his boss.
 

Accipiter22

Banned
Feb 11, 2005
7,947
2
0
Originally posted by: hg403
It seems the page cuts off at a certain point regardless of the number of posts per page you have set

For stylish/greasemonkey users, this appears to fix it and I haven't noticed any ill effects:
#Forums.Box { overflow: visible !important; }


that script didn't work for me at all...what did you put for included pages?
 

hg403

Member
Jul 7, 2002
40
0
0
Originally posted by: Accipiter22
Originally posted by: hg403
It seems the page cuts off at a certain point regardless of the number of posts per page you have set

For stylish/greasemonkey users, this appears to fix it and I haven't noticed any ill effects:
#Forums.Box { overflow: visible !important; }


that script didn't work for me at all...what did you put for included pages?

for greasemonkey:
// ==UserScript==
// @name fix cutoff
// @description blah
// @include http://forums.anandtech.com/*
// ==/UserScript==

GM_addStyle("#Forums.Box { overflow: visible !important; }");

for stylish:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.anandtech.com") {
#Forums.Box { overflow: visible !important; }
}
 

Tremulant

Diamond Member
Jul 2, 2004
4,890
1
0
I've had the same issue. My post per page count was set to 100, I lowered it to 80 and that resolved the problem until this morning. It's at 60 now and I haven't had a problem again, but if what's been said in this thread is true, then it's more a matter of page length than number of posts.

Regs: I saw that issue using IE on a laptop with a 1024x768 resolution. I haven't seen it at higher resolutions, but hiding and re-showing the sidebar was a temporary fix for me.
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
I have the same problem. e.g. try this link (threading view). Just hold down scroll-down, it gets cut off pretty soon.

IE and Opera don't seem to have the problem but I'm thinking FF does because it's compliant with some property FuseTalk isn't setting properly while IE and Opera ignore it...

On Linux/Firefox it repeats the same image over and over like a leak, really annoying too. On Windows the page just ends there.

hg403: Cool fix, thanks.

Actually here's something that works better for me. With your fix, "linear", "branch", etc. go off the page on my screen.

(Stylish)

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.anandtech.com") {
#Forums.Box { height: 100% !important; overflow: hidden !important; }
}

This also fixes the scrollbar-at-the-side problem which caused scrolling issues.

It depends on post length, not posts per page. I had 20 posts per page and when I tried to copy the contents of my thread twice over, it really screwed up that whole first page.
 

daveshel

Diamond Member
Oct 10, 1999
5,453
2
81
We're blaming this on Firefox? I didn't have this problem before the Fuse Talk upgrade.
 

GuitarDaddy

Lifer
Nov 9, 2004
11,465
1
0
I have the same and similar problems and i'm using IE7, no FF

Alot of time's when I hit the next page button, or a page # button, it returns what appears to be a blank screen, but if I scroll down it's just a large blank area before the first post

And I also get pages that seem to be horizonally compressed, with the text scrunched down to about 20-30 characters, like nested quotes with a large blank area to the right.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
In the *nix forum there are probably at least 20 or more individual threads going on. At least enough for 2 pages.

But randomly only the top 10 threads show up. Anything older then those 10 dissappear from the page., there is no page 2 there is no way to show that these threads exist.

Although occasionally I'll visit it and then all the posts show up.

I think it's having a huge negative effect on that forum since nobody can see or continue the threads.


Here is a screenshot with all the threads showing.
http://img366.imageshack.us/my.php?image=forums1sk5.jpg

Again after I log in and the page refreshes. Only 10 threads.
http://img366.imageshack.us/my.php?image=forums2hm8.jpg
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Just to add to this, when reading a thread in OS, it cuts off in the same place all the time.
Hiding the side bar, it still gets cut, but at a different place, also always the same.
No issues at home, like someone said, maybe related to resolution?

With the side bar off, obviously more can fit on the screen at once, and the cut off happens further down in the post, with my 24" at home, I'm running at 1920 width as opposed to 1024 here, and I can't reproduce it at all back home.
 

kranky

Elite Member
Oct 9, 1999
21,014
137
106
I see the same problem of all posts not showing up on long pages with FF. A workaround is to go to "Topic Tools" and select "Print this topic". You'll at least get to read the whole thing.
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
A fix went in for this yesterday. I have tried 300+ post threads with 100 per page and have no issues with threads being cut off in the latest FF. Example? My gut tells me this is a FF rendering issue as none of the styles have a length limit imposed ( at least not to my knowledge)
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: Jason Clark
A fix went in for this yesterday. I have tried 300+ post threads with 100 per page and have no issues with threads being cut off in the latest FF. Example? My gut tells me this is a FF rendering issue as none of the styles have a length limit imposed ( at least not to my knowledge)

Seems to work for me now, only saw the issue in one thread, but that one is working now
 

Praetor

Diamond Member
Oct 14, 1999
4,499
4
81
I guess I spoke too soon. I checked a thread yesterday and I got the same thing. Checking a few threads this morning and it works. Yay!
 

eplebnista

Lifer
Dec 3, 2001
24,150
36
91
Originally posted by: Jason Clark
A fix went in for this yesterday. I have tried 300+ post threads with 100 per page and have no issues with threads being cut off in the latest FF. Example? My gut tells me this is a FF rendering issue as none of the styles have a length limit imposed ( at least not to my knowledge)

Seems to be fixed for me too, although I do miss having the 500 posts per page option. Thanks for everything you do! :beer:
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |