Opened 16 years ago
Closed 16 years ago
#3217 closed Bug (duplicate)
Unexpected <br> will be added to the RichText field if the RichText field is in source/XML view before the spell checking
Reported by: | Steve Organ | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5 Beta |
Keywords: | Cc: | sorgan@… |
Description
Clicking the "Source" button of the empty RichText field before spell-checking and you will get the <br> into the empty RichText field unexpectedly. - Continue to do the spell checking and then save the doc - Preview the doc and you will see the unexpected <br> text showing up in the RichText field (which supposed to be empty/blank
Steps to reproduce:
- Download the attachment sample01.html, put to <FCKEditor_HOME>/_samples/html/(replace the default one).
- Open the <FCKEditor_HOME>/fckconfig.js, change the entermode as "br".
- Open <FCKEditor_HOME>/_samples/default.html, clean the textarea, and click the button "testF", then click the source button.
What the button "testF" did are similar with spellcheck, it will invoke the function fck.GetXHTML().
This should be a fckeditor defect the fact that this function inserts an entermode node into the textarea if the entermode is "br".(If the entermode is p, then it is OK)
Regards,
Steve
Change History (4)
comment:1 Changed 16 years ago by
Cc: | sorgan@… added |
---|
comment:2 Changed 16 years ago by
Milestone: | FCKeditor.Java 2.5 |
---|
comment:3 Changed 16 years ago by
It has been 7 days since I logged this case, is it possible that this issue can be confirmed? Or could you let me know if there are any questions to further clarify this defect?
comment:4 Changed 16 years ago by
Priority: | High → Normal |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
There's no testcase, but the description looks like a dup of #1660
Removing incorrect milestone