b166er
01-22-2007, 05:14 PM
I've lived with it for 2+ years but now I finally decided to let y'all know about it.
If you have debug enabled or warn for all errors in Internet Explorer 6 (which I do as a web developer because I need to see them if I've caused any) then the thread compose window causes such an error when you try to insert a hyperlink or an image. As you click on the button an error appears like this:
http://img118.imageshack.us/img118/9904/tivo10cw.jpg
Debugging it, I see that you've got a double # symbol where you're trying to set the color:
http://img412.imageshack.us/img412/6451/tivo25nc.jpg
This can also be seen by entering this command into the address bar while in the compose window:
http://img252.imageshack.us/img252/7311/tivo38or.jpg
The fix I've been using to get around this is to enter this into the address bar:
javascript:alert(istyles["pi_button_down"][3]="1px solid #FF9900")
This proves that the ## is the problem because after doing that, the page works fine.
If you have debug enabled or warn for all errors in Internet Explorer 6 (which I do as a web developer because I need to see them if I've caused any) then the thread compose window causes such an error when you try to insert a hyperlink or an image. As you click on the button an error appears like this:
http://img118.imageshack.us/img118/9904/tivo10cw.jpg
Debugging it, I see that you've got a double # symbol where you're trying to set the color:
http://img412.imageshack.us/img412/6451/tivo25nc.jpg
This can also be seen by entering this command into the address bar while in the compose window:
http://img252.imageshack.us/img252/7311/tivo38or.jpg
The fix I've been using to get around this is to enter this into the address bar:
javascript:alert(istyles["pi_button_down"][3]="1px solid #FF9900")
This proves that the ## is the problem because after doing that, the page works fine.