Opened 8 years ago
Closed 8 years ago
#14751 closed Bug (wontfix)
if the p element is styled in a certain way, the paragraph cannot be deleted in IE and Edge
Reported by: | Sergelie | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.5 |
Keywords: | Cc: | Sergelie |
Description
Steps to reproduce
- add this code in the editor style sheet :
p { font-size:32px; border: dotted 1px #818181; overflow:auto; line-height:normal; width:97.5%; padding:10px;}
- try to delete the paragraph when it is empty - you cannot.
- You have to delete it via the source.
Other details (browser, OS, CKEditor version, installed plugins)
bug in Edge and IE 10 (not in Chrome or FF) not related to plugins. version 4.5.5
The issue seems to be related to the attr. overflow and/or width in %.
Attachments (1)
Change History (2)
comment:1 Changed 8 years ago by
Component: | Core : Styles → General |
---|---|
Keywords: | Styling Edge IE removed |
Resolution: | → wontfix |
Status: | new → closed |
Changed 8 years ago by
Attachment: | borderHasLayout.png added |
---|
Checked in CKEditor 4.5.10
hasLayout
. There is nothing we can do in such case because this is IE "feature". Both properties you have mentioned can cause this. Here are some old articles about it: http://www.satzansatz.de/cssd/onhavinglayout.html or https://msdn.microsoft.com/en-us/library/bb250481(v=vs.85).aspx.@Sergelie I belive this is what you are getting and I will close this as a won't fix issue. If that is not your case at all, please describe it in more detail and I will reopen it.