ction showLogout() { var loginCookie = getCookie('site_50009562'); if(''==loginCookie || 'x'==loginCookie || null==loginCookie) { document.writeln('You are not logged in. '); document.writeln(''); document.writeln(''); document.writeln('Login Now'); return; } memberName = loginCookie.substring(2,loginCookie.indexOf('&'));//2 = "u=" memberName = unescape(memberName); memberName = replaceString("+"," ",memberName) document.writeln('Hello, ',memberName) document.writeln('[ '); document.writeln(''); document.writeln(''); document.writeln('logout ]'); } function replaceString(oldS,newS,fullS) { for (var i=0; i< fullS.length; i++) { if (fullS.substring(i,i+oldS.length) == oldS) { fullS = fullS.substring(0,i)+newS+fullS.substring(i+oldS.length,fullS.length) } } return fullS } function getCookie(name) { var cname = name + "="; var dc = document.cookie; if (dc.length > 0) { begin = dc.indexOf(cname); if (begin != -1) { begin += cname.length; end = dc.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin, end)); } } return null; } //--> personal pages | register | faq | search | forum home
 
Email TopicPost New TopicNote: Polls are considered new topics.  If you post a poll, it will be created as a new subject in this forum, not as a reply within this topic.Post A Reply
Topic Rating: Not yet rated
Ars Technica > Ars OpenForum 2.0a > OpenTopic Feedback & Suggestions > EEP! (The Lounge and a case of mistaken color)Prev Topic • Next Topic
AuthorMessage
Dustball
Wise, Aged Ars Veteran

From: <---- My TRIBUS is The Broom Closet, next to the mop.
Registered: October 06, 2000
Posts: 3336
EEP! (The Lounge and a case of mistaken color)
I had just gone back the Lounge front page after posting a post, and...my god...I...I can't describe it...look for yourself:

That's not right. Any ideas on why this happened? It doesn't seem to be happening now, but I have heard in another OpenTopic started thread that it's happened to others.

I shall continue to surf and watch.

-=Dustball

Edit: Here's the post I speak of:

Ral:
Uh, is that just me, or does a refresh, also recolour all the threads?

posted May 03, 2001  20:39  Click Here to See the Profile for DustballClick Here to Email DustballEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
hmmm, maybe threads you have read vs ones you haven't?

EDIT: Oh, and thanks for messing up the tables with that big ass image razz

EDIT #2: Did you notice the code at the top?

quote:
||spacing="0" width="95%">

posted May 03, 2001  20:47  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Dustball
Wise, Aged Ars Veteran

From: <---- My TRIBUS is The Broom Closet, next to the mop.
Registered: October 06, 2000
Posts: 3336
Happened again.

-=Dustball

posted May 03, 2001  20:48  Click Here to See the Profile for DustballClick Here to Email DustballEdit or Delete Message

Dustball
Wise, Aged Ars Veteran

From: <---- My TRIBUS is The Broom Closet, next to the mop.
Registered: October 06, 2000
Posts: 3336
Notice the HTML code in the upper left? Notice there is no white background, and the table is not centered like usual?

Bad things afoot.

-=Dustball

posted May 03, 2001  20:52  Click Here to See the Profile for DustballClick Here to Email DustballEdit or Delete Message

BlackHex
Ars Centurion
et Benefactor

From: A big bowl of Nurofen (aka Manchester, England)
Registered: February 10, 2000
Posts: 860
Leaping Gnome : check out www.arsbrowser.com for a solution to the overwide image thing. I'm sitting pretty here ;-)

posted May 03, 2001  20:55  Click Here to See the Profile for BlackHexClick Here to Email BlackHexEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
BlackHex, I read that thread a few days ago and it seemed like there was still a lot of bugs and limitations to that front-end. I'll check it out again tomorrow when I have nothing to do at work. big grin

posted May 03, 2001  21:19  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Dustball
Wise, Aged Ars Veteran

From: <---- My TRIBUS is The Broom Closet, next to the mop.
Registered: October 06, 2000
Posts: 3336
Could we get back on topic, here? big grin

I just edited a post in the lounge and it happened on the edit page. I also saw some cookie code appear and then disappear when I loaded the page.

-=Dustball

posted May 03, 2001  21:22  Click Here to See the Profile for DustballClick Here to Email DustballEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308

Did it to me again. Not a refresh though, but just a random page-visit. Same code at the top, but my unread threads are lightblue instead of green.

ps. Time to go to bed. Tried clicking File in the picture 3 times before I noticed it was in the picture instead of in Photo Editor.

posted May 03, 2001  21:23  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

BlackHex
Ars Centurion
et Benefactor

From: A big bowl of Nurofen (aka Manchester, England)
Registered: February 10, 2000
Posts: 860
soz Dustball - I just came from the browser thread where everyone was thinking that this was a bug with that.

Clearly this is a much more major problem....

if anyone sees this problem again I'll bet the OpenTopic guys would be gratefull if saved a copy of the source code for them ... it's mighty hard to debug code when you only have the output to work with....

posted May 03, 2001  21:41  Click Here to See the Profile for BlackHexClick Here to Email BlackHexEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308
Done. Ready to mail if wanted. But I think refreshing the list of threads in OpenTopic Feedback&suggestions should generate the same result for everyone. Anyone care to try?

[edit] ok, so maybe you'll have to refresh a couple of times.

posted May 03, 2001  21:45  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

MrMills
Ars Praetorian

From: \\Canada\Alberta\Calgary
Registered: February 21, 1999
Posts: 1391
Yes, I've seen that as well.

posted May 03, 2001  21:45  Click Here to See the Profile for MrMillsClick Here to Email MrMillsEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308
Ok, it's definately refresh. Look at this:

I have the source code for that one as well, but as before I think everyone should be able to reproduce this by refreshing this page.

posted May 03, 2001  21:53  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

BlackHex
Ars Centurion
et Benefactor

From: A big bowl of Nurofen (aka Manchester, England)
Registered: February 10, 2000
Posts: 860
Ral : nope - no can do. Always seems to work for me...

posted May 03, 2001  21:56  Click Here to See the Profile for BlackHexClick Here to Email BlackHexEdit or Delete Message

Dustball
Wise, Aged Ars Veteran

From: <---- My TRIBUS is The Broom Closet, next to the mop.
Registered: October 06, 2000
Posts: 3336
quote:
ction showLogout() { var loginCookie = getCookie('site_50009562'); if(''==loginCookie || 'x'==loginCookie || null==loginCookie) { document.writeln('You are not logged in. '); document.writeln(''); document.writeln(''); document.writeln('Login Now'); return; } memberName = loginCookie.substring(2,loginCookie.indexOf('&'));//2 = "u=" memberName = unescape(memberName); memberName = replaceString("+"," ",memberName) document.writeln('Hello, ',memberName) document.writeln('[ '); document.writeln(''); document.writeln(''); document.writeln('logout ]'); } function replaceString(oldS,newS,fullS) { for (var i=0; i< fullS.length; i++) { if (fullS.substring(i,i+oldS.length) == oldS) { fullS = fullS.substring(0,i)+newS+fullS.substring(i+oldS.length,fullS.length) } } return fullS } function getCookie(name) { var cname = name + "="; var dc = document.cookie; if (dc.length > 0) { begin = dc.indexOf(cname); if (begin != -1) { begin += cname.length; end = dc.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin, end)); } } return

Place in preheated oven and bake for 30 minutes...

-=Dustball

posted May 03, 2001  22:02  Click Here to See the Profile for DustballClick Here to Email DustballEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308
Does it alla time for me... Using version 5.50.4522.1800 of IE. If anyone wants them source codes, be quick, I'm heading for bed soon, it's 4am here...

posted May 03, 2001  22:05  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

BlackHex
Ars Centurion
et Benefactor

From: A big bowl of Nurofen (aka Manchester, England)
Registered: February 10, 2000
Posts: 860
Can we get browser versions from everyone?

Im on 5.50.4522.1800 and have yet to see this bug despite continuous browsing for many hours...

posted May 03, 2001  22:12  Click Here to See the Profile for BlackHexClick Here to Email BlackHexEdit or Delete Message

Caesar
Imperator

From: Ars Orbiting Headquarters
Registered: February 18, 1999
Posts: 2883
Eeep. This is very interesting.

posted May 03, 2001  22:17  Click Here to See the Profile for CaesarClick Here to Email CaesarEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
Having zero problems here, I tried refresh 20+ times, quickly switching forums, also posted 10+ times in the lounge, never saw the error

IE - 5.50.4522.1800CO

Connecting via cable - @home

posted May 03, 2001  22:22  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Clint
Ars Centurion
et Benefactor

From: Mass
Registered: January 03, 2000
Posts: 2150
Likewise, no problem with IE 5.50.4522.1800.

posted May 03, 2001  22:43  Click Here to See the Profile for ClintClick Here to Email ClintEdit or Delete Message

Vendetta
Ars Centurion

From: Decatur, IL
Registered: June 11, 1999
Posts: 1289
5.50.4522.1800 here, in Windows 2000, and it happens to me about once every two page views on both the forum listing and the topics listing.

posted May 03, 2001  22:44  Click Here to See the Profile for VendettaClick Here to Email VendettaEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
Maybe it's an OS issue?

I'm on WindowsME with no problems.

posted May 03, 2001  22:46  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308
Windows98 SE, 4.10.2222 A

Above mentioned version of IE: trouble.

Netscape 6./6.01 doesn't seem to have this problem. Or at least not yet, hope they're not gonna follow Bill on this one :P

Opera 5.02 build 856A does have problems (ok, doesn't need this forum to have problems). No weird colouring or code-showing here, but it gives this nifty error message when reloading sometimes: Problem encountered while decoding data. Possibly due to corrupted data.

posted May 03, 2001  22:58  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
Ral, what the hell are you doing still on IE 4? I guess it'd be understandable if you were on Win95 or something with a P90. smile

posted May 03, 2001  23:01  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Ral
Wise, Aged Ars Veteran

From: Leiden, The Netherlands
Registered: February 29, 2000
Posts: 308
heh.. that was the build version of win98 Leaping Gnome :P Above mentioned referred to 7 posts up where I state:
quote:
Using version 5.50.4522.1800 of IE.

That better? smile

posted May 03, 2001  23:05  Click Here to See the Profile for RalClick Here to Email RalEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
much big grin

posted May 03, 2001  23:06  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
Just rebooted into Windows 2000 Server and also cannot reproduce the problem there. Same version of IE.

posted May 03, 2001  23:11  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

MrMills
Ars Praetorian

From: \\Canada\Alberta\Calgary
Registered: February 21, 1999
Posts: 1391
Just got it, on OT F&S. Win2k pre-SP1 w/IE 5.5 SP1.

[Edit: removed picture. GeoCities isn't being as generous these days I guess. frown Anyway, it's pretty much what you've seen before.]

Here was the source code for the page: http://www.geocities.com/softwaremills/misc/BadForum.txt

As you can see, it simply didn't transfer the first bit of source code for the page, oddly enough.

By the way, I think you could trim that source down a wee bit. smile

posted May 03, 2001  23:14  Click Here to See the Profile for MrMillsClick Here to Email MrMillsEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
Mills, you .gif link doesn't work (geocities)

Your source code link takes you to your screenshot, intentional?

posted May 03, 2001  23:17  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

MrMills
Ars Praetorian

From: \\Canada\Alberta\Calgary
Registered: February 21, 1999
Posts: 1391
No, IE just renders it as if it was HTML (and it is).

It doesn't do it justice, of course; most of the images are missing.

Just do View Source on it and you'll see what I mean.

posted May 03, 2001  23:18  Click Here to See the Profile for MrMillsClick Here to Email MrMillsEdit or Delete Message

Leaping Gnome
Wise, Aged Ars Veteran
et Benefactor

From: Baltimore
Registered: December 01, 2000
Posts: 1527
My mistake, I just thought about doing view source and came back here to check and saw your post! smile

posted May 03, 2001  23:19  Click Here to See the Profile for Leaping GnomeClick Here to Email Leaping GnomeEdit or Delete Message

Post New TopicNote: Polls are considered new topics.  If you post a poll, it will be created as a new subject in this forum, not as a reply within this topic.Post A ReplyPrev Topic • Next Topic
Key:
All times are EST
New PostsThis message was posted after your last visit.
Existing PostThis message was posted before your last visit.
Rate Topic:
Hop To: 
Admin Options: Close Topic | Delete Topic | Manage

Ars Technica

© Ars Technica, LLC 1998-2001.

OpenTopic™ 2.0.1 (Beta)

Looking for more chatting insanity? Visit the Ars OpenIRC Server!