Announcement: Be excellent to each other.


Caravel Forum : Caravel Boards : The Site : Graphical glitches in IE8
New Topic New Poll Post Reply
Poster Message
NoahT
Level: Smitemaster
Avatar
Rank Points: 1138
Registered: 06-17-2003
IP: Logged

File: caravelglitches.PNG (25.9 KB)
Downloaded 57 times.
License: Public Domain
icon Graphical glitches in IE8 (0)  
I just installed the new Internet Explorer 8 the other day, and I've noticed some graphical glitches on this site while using it. The biggest glitch is with the user statistics page, in which there is a large black space on the right side of the "Users by Country" section. Turning on IE8's compability view fixes this, but also causes the numbers in that section to appear off-center. The other glitch is when you scroll up to where a smilie is, which sometimes results in the smilie appearing distorted. This happens regardless of whether or not compability view is on. The images in the attached file demonstrate these glitches.

-Noah

____________________________
And in the end, the love you take is equal to the love you make.

My stuff:
Click here to view the secret text

03-28-2009 at 09:30 PM
View Profile Send Private Message to User Send Email to User Show all user's posts High Scores This architect's holds Quote Reply
Briareos
Level: Smitemaster
Avatar
Rank Points: 3516
Registered: 08-07-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
NoahT wrote:
The other glitch is when you scroll up to where a smilie is, which sometimes results in the smilie appearing distorted. This happens regardless of whether or not compability view is on.
I'm pretty sure that's an IE8 rendering error and nothing that this site could somehow fix...

np: SCSI-9 - The Rime (Easy As Down)

____________________________
"I'm not anti-anything, I'm anti-everything, it fits better." - Sole
R.I.P. Robert Feldhoff (1962-2009) :(
03-28-2009 at 09:43 PM
View Profile Send Private Message to User Send Email to User Visit Homepage Show all user's posts Quote Reply
Syntax
Level: Smitemaster
Rank Points: 1218
Registered: 05-12-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
Firefox is your friend :)
03-29-2009 at 12:17 AM
View Profile Send Private Message to User Show all user's posts Quote Reply
eb0ny
Level: Smiter
Avatar
Rank Points: 484
Registered: 09-12-2007
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
Syntax wrote:
Firefox is your friend :)
and Safari, Chrome, Opera, Konqueror, Amaya, Maxton, Epiphany, OmniWeb, Flock, SeaMonkey, K-Meleon and (^(IE[0-9]+)!$)*

____________________________
Click here to view the secret text


[Last edited by eb0ny at 03-29-2009 08:26 AM]
03-29-2009 at 08:25 AM
View Profile Send Private Message to User Show all user's posts This architect's holds Quote Reply
coppro
Level: Smitemaster
Rank Points: 1309
Registered: 11-24-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
eb0ny wrote:
(^(IE[0-9]+)!$)*
Well, I was going to complain about my lack of mod points, but now I'm going to wonder what regex engine that is. I've never seen used ! used as a metacharacter in that sense. I also don't believe that (^bla$)* works, though it may be different in your engine.
03-30-2009 at 04:56 AM
View Profile Show all user's posts Quote Reply
eb0ny
Level: Smiter
Avatar
Rank Points: 484
Registered: 09-12-2007
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
coppro wrote:
Well, I was going to complain about my lack of mod points, but now I'm going to wonder what regex engine that is. I've never seen used ! used as a metacharacter in that sense. I also don't believe that (^bla$)* works, though it may be different in your engine.
Just now I realized that there is no ! metacharacter in most regex engines that I know of. How do you NOT an expression other than by telling the engine to do it? Also,
www.regular-expressions.info wrote:
^ can then match at the start of the string, as well as after each line break. Likewise, $ will still match at the end of the string, and also before every line break.
So if you pass it a string which has more than one line, it should match adjacent lines which contain anything non-IE.

____________________________
Click here to view the secret text


[Last edited by eb0ny at 03-30-2009 06:39 AM]
03-30-2009 at 06:38 AM
View Profile Send Private Message to User Show all user's posts This architect's holds Quote Reply
Syntax
Level: Smitemaster
Rank Points: 1218
Registered: 05-12-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
Usually:

^ is only not when put as the first character in a [].

$ will match the end-of-line so you can't match multiple lines in one go (but you can apply the regexp to every line). One way round this is to override the IFS on some Linux systems.
03-30-2009 at 06:45 PM
View Profile Send Private Message to User Show all user's posts Quote Reply
coppro
Level: Smitemaster
Rank Points: 1309
Registered: 11-24-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
eb0ny wrote:
Just now I realized that there is no ! metacharacter in most regex engines that I know of. How do you NOT an expression other than by telling the engine to do it?
This is usually not a feature, as the mechanics of a regular expression don't work in such a way as to allow for negation - each character occupies some part of the regex; a negation would confuse this. Engines like Perl capable of lookaheads/lookbehinds usually allow negation of those, and if you want to negate a whole expression, generally what you'd do is simply write a regex to match it, and then simply check for a failure to match.
03-31-2009 at 12:25 AM
View Profile Show all user's posts Quote Reply
eb0ny
Level: Smiter
Avatar
Rank Points: 484
Registered: 09-12-2007
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
Okay, to do things properly this time:
egrep -v '^IE([0-9]+)?$' < Input > Output


____________________________
Click here to view the secret text

03-31-2009 at 12:44 PM
View Profile Send Private Message to User Show all user's posts This architect's holds Quote Reply
Syntax
Level: Smitemaster
Rank Points: 1218
Registered: 05-12-2005
IP: Logged
icon Re: Graphical glitches in IE8 (0)  
:) That looks better
03-31-2009 at 07:43 PM
View Profile Send Private Message to User Show all user's posts Quote Reply
New Topic New Poll Post Reply
Caravel Forum : Caravel Boards : The Site : Graphical glitches in IE8
Surf To:


Forum Rules:
Can I post a new topic? No
Can I reply? No
Can I read? Yes
HTML Enabled? No
UBBC Enabled? Yes
Words Filter Enable? No

Contact Us | CaravelGames.com

Powered by: tForum tForumHacks Edition b0.98.8
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team and the Caravel team.