Opened 10 years ago
Last modified 10 years ago
#13094 confirmed Bug
Delete CR removes form html below
Reported by: | Helen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
Add text then add a form below. Add a CR after the text and then delete it with the delete key. The form html disappears.
Attachments (2)
Change History (8)
comment:1 Changed 10 years ago by
Keywords: | IE added; form removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.7 → 3.0 |
comment:3 Changed 10 years ago by
Please try doing this in default Chrome (without any browser custom plugins) on our demo page. If you manage to reproduce it there, please provide a screen cast because for me it works perfectly in Chrome (checked under Mac, Win7 and Ubuntu).
Perhaps there is some configuration setting needed in CKEditor in order to reproduce it in Chrome or different steps?
comment:4 Changed 10 years ago by
chrome: demo with and without plugins - works correctly my version does not work on Chrome whether plugins enabled or not files attached, using full config, maybe you can spot where I am going wrong thanks
comment:5 Changed 10 years ago by
I have reproduced this issue in Chrome once and only once. I have used your settings and fullPage mode because I saw you are using docProps plugin.
var editor = CKEDITOR.replace( 'editor1', { disableNativeSpellChecker : false, scayt_autoStartup : true, fullPage : true, toolbar : [ { name: 'document', items : [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] }, { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] }, { name: 'forms', items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] }, '/', { name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] }, { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv', '-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] }, { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, { name: 'insert', items : [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] }, '/', { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, { name: 'colors', items : [ 'TextColor','BGColor' ] }, { name: 'tools', items : [ 'Maximize', 'ShowBlocks','-','About' ] } ] });
To reproduce this issue I have used exact same steps as for IE but in step 3 after pressing Enter i have been moving cursor (with arrow) in every direction before pressing delete.
I'm only mentioning this because someone may have better idea how to reproduce it. I have spent 1 hour on it and this is the bet I have got. To summarize it is hard to consider this also as Chrome issue.
comment:6 Changed 10 years ago by
This is only an IE problem, your demo works fine on Chrome - obviously my setup is incorrect for Chrome, but I can adjust this. Most of my users use IE so would like a fix for this before I can implement. Thanks.
Problem can be reproduced from CKEditor 3.0 in IE browsers.
Rsult: form is removed.