MaxTextLength bug!

Last post 07-13-2012, 3:34 PM by Shohel89NM. 9 replies.
Sort Posts: Previous Next
  •  04-04-2012, 6:25 PM 73622

    MaxTextLength bug!

    When i set the MaxTextLength property to 200 and type 200 characters i get a alert message telling the limit is 200 Characters long(the results are different in various browsers)
     
    Firefox if off by like 2 characters, it will allow like 148 characters
     
    Chrome is off by 1 character so only 149 allow
     
    IE 8/9 Works fine, however some some reason if i change my view mode(from normal to HTML and back to normal) it adds a space at the end
     
    can we get a fix for this
  •  04-05-2012, 7:41 AM 73627 in reply to 73622

    Re: MaxTextLength bug!

    Hi ACS,
     
    I tested with the example below, it works fine for me. Can you show me the steps to reproduce this issue with the example below? It will be very helpful.
     
    <%@ Page Language="C#" %>
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>example</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CE:Editor ID="editor1" runat="server" MaxTextLength="4">
            </CE:Editor>
        </form>
    </body>
    </html>
     
    Regards,
     
    Ken 
  •  04-05-2012, 1:38 PM 73637 in reply to 73627

    Re: MaxTextLength bug!

    Try this below
    1. Thi  

     
     This is my code
    1. <%@ Page Language="C#" %>  
    2. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    4. <html xmlns="http://www.w3.org/1999/xhtml">  
    5. <head id="Head1" runat="server">  
    6.     <title>example</title>  
    7. </head>  
    8. <body>  
    9.     <form id="form1" runat="server">  
    10.         <CE:Editor ID="editor1" runat="server" MaxTextLength="4">  
    11.         </CE:Editor>  
    12.         <input type="submit" value="submit Button  
    13.   
    14. </body>  
    15. </html> 
     
     
     
  •  04-06-2012, 7:38 AM 73642 in reply to 73637

    Re: MaxTextLength bug!

    Hi ACS,
     
    We can reproduce this. I've logged it. And will report to our development team. Once issue is resolved, I will keep you posted.
     
    Regards,
     
    Ken 
  •  04-11-2012, 9:53 AM 73683 in reply to 73642

    Re: MaxTextLength bug!

    Hello, do you have any update on this
     
    Thanks
  •  04-12-2012, 7:05 AM 73685 in reply to 73683

    Re: MaxTextLength bug!

    Hi ACS,
     
    We will fix this issue in next version. Sorry for your inconvenience.
     
    Regards,
     
    Ken 
  •  04-16-2012, 9:49 PM 73700 in reply to 73685

    Re: MaxTextLength bug!

    Can you tell me when the new version is coming?
     
  •  04-17-2012, 7:23 AM 73702 in reply to 73700

    Re: MaxTextLength bug!

    HI ACS,
     
    The version7 will be released in May or June. 
     
    Regards,
     
    Ken 
  •  06-15-2012, 10:00 AM 73902 in reply to 73702

    Re: MaxTextLength bug!

    Hello its June 15 when will be version 7 coming with this fix or will you be fixing this on the current version
  •  07-13-2012, 3:34 PM 74131 in reply to 73622

    Re: MaxTextLength bug!

    Hi,
    I don't sure, This month the version 7 will be released.
    Thanks 
View as RSS news feed in XML