Spell check: Wrong word count

Last post 09-07-2011, 10:54 AM by phantom1998. 4 replies.
Sort Posts: Previous Next
  •  01-29-2009, 5:07 AM 48185

    Spell check: Wrong word count

    Hi,
     
    the cuteEditor is giving wrong word count on spell check dialog.
    if Itry to check spelling for "Ths is a goood joke" then on click of spell check icon a dialog appears saying "Words: 1 of 5 ". which is correct. But when I try to check spell of same by spliting it in to 2 lines then it gives the incorrect word count.
     
    Please suggest solution.
     
    Thanks
  •  01-29-2009, 10:41 AM 48197 in reply to 48185

    Re: Spell check: Wrong word count

    Vin333,
     
    We are investigating this issue and will get back to you as soon as possible.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-26-2009, 4:41 AM 49271 in reply to 48197

    Re: Spell check: Wrong word count

    Hi ,
     
    Any updates on this....
     
    thanks
  •  07-29-2011, 1:23 PM 69015 in reply to 49271

    Re: Spell check: Wrong word count

    hi,
     
    this is Vinod. I am also using CuteEditor in our application. I am also facing the above problem.In spell check it gives me extra count for the wrong words.
     
    e.g. if I type 'test testd' in CuteEditor and open spell check window, it gives message as 'Word: 2 of 3'.
     
    there are only two words  and it gives count as 'Word: 2 of 3'.
    when I checked the HTML part of that text it was 
    <html>
         <head>
         </head>
         <body style="padding: 3px;">
             test testd<br />
         </body>
    </html>
     
    i think the extra count may be because of <br/> tag at the end. If I add 2 more <br/> tags at the end.
     
    <html>
         <head>
         </head>
         <body style="padding: 3px;">
             test testd<br /><br /><br />
         </body>
    </html>
     
    then it shows the count in spell check as 'Word: 2 of 5'.
    so I think the problem with the count is the HTML tags added by the CuteEditor.
     
     let me know if CuteEditor has any solution for this problem.
     
    thanks
    vinod.
     
     
     
  •  09-07-2011, 10:54 AM 69984 in reply to 69015

    Re: Spell check: Wrong word count

    I'm also having the same issue, any updates on this?
View as RSS news feed in XML