Hi,
Man, what missions I've had with IE 8 today! (with this, and also loads of other design stuff I've been doing today)
Can anyone explain to me why this is happening?
http://ultradev.com.nmsrv.com/cgi-bin/g ... gforum.cgi (user: ultranerds, pass: ultranerds)
You will see that it seem to "leave" the box in place - even when it shouldn't (i.e the new WYSIWYG shows, but the old box still shows). Please see attachment.
This works perfectly in FF.
The other issue (which may be related to the "duplicate" box), is that NONE of the conntet is semeign to be passed along to my script :/ (so they fill out the WYSIWYG editor, and click "preview" - but nothing is sent)
Any suggestions? Maybe a known IE 8 bug? M$ should have their arse kicked for this pile of rubbish browser
TIA!
Andy
Mon, 09/14/2009 - 19:53
#1
Re: Officially hate IE 8!
Re: Officially hate IE 8!
I've got it happening on another site now too - I REALLY WISH SOMEONE give Bill gates a slap in the face from me!
Re: Officially hate IE 8!
<input type="hidden" name="msg_body" value="<%orig_msg_body%>">
I guess what was happening, was it processing the "hidden" one, but not the main <textarea>
After removing that line, works perfectly!