Another IE bug
Jul. 18th, 2008 09:20 amOk, this is getting fucking ridiculous!!
yes... ANOTHER bug in IE that's affecting my code
in html you can put ® and it will convert it to a 'registered' symbol (an R in a circle)
well, Microsoft in their infinite wisdom has decided to use the same text parser the window where you type your URL. The problem is that variables are separated by an & symbol... meaning if lets say you have the vairable REG_PROC it will screw it up and destroy your url....
here is a great little FUCK YOU for you microsoft!!
yes... ANOTHER bug in IE that's affecting my code
in html you can put ® and it will convert it to a 'registered' symbol (an R in a circle)
well, Microsoft in their infinite wisdom has decided to use the same text parser the window where you type your URL. The problem is that variables are separated by an & symbol... meaning if lets say you have the vairable REG_PROC it will screw it up and destroy your url....
here is a great little FUCK YOU for you microsoft!!
no subject
Date: 2008-07-18 01:56 pm (UTC)And, in preview (and accidental posting of this comment), I discovered it's broken in the forms and standard code, too. This is part of ISO8879.
I'm wondering if © © is broken, too?
no subject
Date: 2008-07-18 02:00 pm (UTC)no subject
Date: 2008-07-18 02:08 pm (UTC)the variables go into the form. They are then dropped into the URL and separated by &'s as per the RFC for how forms work....there isn't a way I can change that.
no subject
Date: 2008-07-19 03:01 am (UTC)Still, the issue was: if the parser is going to interpret ® as ®, you're screwed. And, the question is, does it equally convert © as ©, and thus generate the same error for variables with copy in the name?
no subject
Date: 2008-07-19 03:49 am (UTC)All are impropperly interpreted even without the trailing semi-colon.
no subject
Date: 2008-07-19 03:52 am (UTC)So.... the question remains -- is this a bug, or are variables beginning with names in the SGML sequence illegal to use?