AdventureForums

Go Back   Adventure Forums > Misc. > Feedback

 
 
Old 05-25-2009, 09:37 AM   #1
Shany
I changed my title
 
Shany's Avatar
 
Last Online: 07-28-2012 07:04 AM
Join Date: Jun 2006
Posts: 653
Default Trouble viewing comments

Hello,

I'm having issues viewing comments in the Pahelika review: http://www.adventuregamers.com/article/id,1016. I'm using Internet Explorer 7. The comments work in Firefox, and I've managed to make them work once in IE7 (out of three attempts).

What happens is that I'm getting only this line:
Quote:
oerh�/a> on May 25, 2009
I'm assuming the username with unusual characters is causing the problem. Can this be fixed somehow?

Thanks.
Shany is offline  
Old 05-25-2009, 09:39 AM   #2
Jackal
Hopeful skeptic
 
Jackal's Avatar
 
Last Online: 09-18-2013 05:02 PM
Join Date: Sep 2003
Location: Toronto
Posts: 7,743
Default

Some of us are having the same problem. Not even Steve can read the comments on his own article. Being worked on.

(And I guess I should say, if some programming-savvy types have any suggestions, they're all welcomed.)
Jackal is offline  
Old 05-25-2009, 10:33 AM   #3
Trumgottist
Game Creator Hobbyist
 
Trumgottist's Avatar
 
Last Online: 05-21-2012 02:18 PM
Join Date: Nov 2003
Location: Stockholm (or Gotland)
Posts: 2,609
Default

Quote:
Originally Posted by Jackal
(And I guess I should say, if some programming-savvy types have any suggestions, they're all welcomed.)
Switch browsers.

On a more serious note, I'd agree with Shany's assumption on what's going on: It's the "ö" that mess things up. And somewhere along the line, it's already messed up before it reaches the browser: Both Safari (v3 Mac and v4 beta Win) and Opera show the symbol for a missing character.

I also note that under "latest comments", it shows that a comment is made by oerhört, even in IE, so if you can get the username to show the same as in other places of the site, I'm guessing that will fix the problem. (Or you could do a quick-n-dirty fix and strip out all non-English characters from usernames when displaying the comment list.)
__________________
Play my game: Frasse and the Peas of Kejick. The Special Edition is now available! (Mac OS X or Windows.)
Trumgottist is offline  
Old 05-25-2009, 10:39 AM   #4
Jackal
Hopeful skeptic
 
Jackal's Avatar
 
Last Online: 09-18-2013 05:02 PM
Join Date: Sep 2003
Location: Toronto
Posts: 7,743
Default

Oh yeah, it's (almost) definitely the umlaut causing the problem, and it does seem to be browser-based, but we're having trouble pinpointing a solution. I don't think the character is appearing properly in any browser, but most at least show the comments.
Jackal is offline  
Old 05-25-2009, 10:52 AM   #5
Trumgottist
Game Creator Hobbyist
 
Trumgottist's Avatar
 
Last Online: 05-21-2012 02:18 PM
Join Date: Nov 2003
Location: Stockholm (or Gotland)
Posts: 2,609
Default

I'd start by comparing the code fetching the username with how it does it elsewhere and find what's different.
__________________
Play my game: Frasse and the Peas of Kejick. The Special Edition is now available! (Mac OS X or Windows.)
Trumgottist is offline  
Old 05-26-2009, 05:58 PM   #6
oerhört
Game fanatic
 
oerhört's Avatar
 
Last Online: 09-08-2011 07:30 AM
Join Date: Dec 2003
Posts: 240
Default

I'm sorry for causing a fuss, but the forum never had any problems...
oerhört is offline  
Old 05-26-2009, 10:58 PM   #7
Mikane Zaprick
Seeker Of Red Herring(s)
 
Mikane Zaprick's Avatar
 
Last Online: 06-08-2009 05:18 PM
Join Date: Sep 2008
Posts: 44
Default

Don't know if these are good hints or inconsequetial but:

The review pages are using "loose" validation:

Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
While the forums are using "transitional"

Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
And the maybe, just maybe that makes a difference when evaluating the character set (would "loose" ignore and miss a case-sensitive tag? Or the fact that the markup has that "/" and so the whole line is ignored?

Reviews:

Quote:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Forums:

Quote:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Mikane Zaprick is offline  
Old 05-26-2009, 11:20 PM   #8
tabacco
Friendly Server Admin
 
tabacco's Avatar
 
Join Date: Sep 2003
Location: Marin County, CA
Posts: 4,087
Default

I haven't touched the site in ages, so I'm not speaking for sure, but I can pretty much promise you that the website proper isn't xhtml, so it wouldn't be correct to use the xhtml dtd.

The trailing / is part of the XML spec (and therefore the xhtml spec) and means that the tag is self-closing (i.e. has no </meta>). It's not actually required by html4 and doesn't have anything to do with a line being ignored.
tabacco is offline  
 




All times are GMT -8.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Design & Logo Copyright ©1998 - 2017, Adventure Gamers®.
All posts by users and Adventure Gamers staff members are property of their original author and don't necessarily represent the opinion or editorial stance of Adventure Gamers.