this doesn't affect english versions of ie 5.01

when using a german edition of internet explorer (5.01 with all patches) 
on german w2k and soeditor,
there is a bug which causes all text after the first 8000 ish characters 
(exact amount varies from
system to system :-) gotta love these strange bugs) to be lost... the 
source html code passes the correct text
through to the control, but the control only displays and submit's the 
the first 8xxx characters through

I believe this is related to the msie iframe edit control and not the 
soeditor, but I don't know

this has been reported to siteobjects today

here's my test case

if you are running on a non-english version of ie please test it out

the soeditor lite src is installed below this dir, which i did from 
scratch for a clean test, if you have the soeditor control already
just fix your paths, it makes no diffect

siteobjects/soeditor/lite/soeditor_lite.cfm

the file C:\Inetpub\zac\www\work\sotest\data.txt is just a saved webpage 
that should be longer that 8000 chars to test


<cfparam name="form_txt" default="">
<cffile action="READ" file="C:\Inetpub\zac\www\work\sotest\data.txt" 
variable="txt">

<cfoutput>
source text file #len(txt)# <br>
<br>
<cfif IsDefined("form.form_txt")>
submitted form data length: #len(form_txt)#<br>       
</cfif>


</cfoutput>

<form action="index.cfm" name="sotest" method="post">   
<cfmodule template="siteobjects/soeditor/lite/soeditor_lite.cfm"
            form="sotest"
            html=#txt#
            field="form_txt"
            width="100%"
            height="450"
            scriptpath="/work/sotest/siteobjects/soeditor/lite/">
</form>
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to