Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#13286 closed Bug (invalid)

<em> Tag Added Automatically

Reported by: Maan Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.6
Keywords: Cc: medfosys.132@…

Description

Hello Support, We have a urgent issue, We are using CKEditor in DNN site, The issue is that each time we view Source it will add add Empty <em> Tag in each and every paragraph.

It will add in all paragraph from where added in Last time.

Attachments (2)

CKEditor.png (52.6 KB) - added by Maan 9 years ago.
Untitled Screencast.webm (2.2 MB) - added by Maan 9 years ago.
Help Video

Change History (12)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Status: newpending

Hi there. To be able to say anything we need to be able to reproduce the issue. This does not happen on e.g. http://ckeditor.com/demo, so this issue requires some special steps or special configuration. Therefore, you will need to provide us a simple sample on which this issue can be reproduced and details about your environment (OS, browser, etc.).

Changed 9 years ago by Maan

Attachment: CKEditor.png added

comment:2 Changed 9 years ago by Maan

  1. In your demo version you are using 4.4.7 Standard and we are using 4.4.6
  2. Issue in IE, Chrome, Mozila, Safari

Issue:

  1. I add a text in sources
  2. Move to Design
  3. Again Click on Source (You can see <P> Added automatically)
  4. Add <em> Tag
  5. Again Go to design View
  6. Again come to View Source

You can see <em> Tag add to all <p> after the em tag added to p As many time you will move to source to desing and design to source <em> tag stated add.

Last edited 9 years ago by Jakub Ś (previous) (diff)

comment:3 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed
  1. The em element requires both start and end tag - http://www.w3.org/TR/html-markup/em.html#em
  2. Chrome natively sees your code:
    <p><em>Text text</p>
    <p>Text text</p>
    
    like this:
    <p><em>Text text</em></p><em>
    <p>Text text</p>
    </em>
    

I see no error in CKEditor.

comment:4 Changed 9 years ago by Maan

  1. First of all I tired in all ways and it doesn't work, before I though it was Tag issue but it was not tag issue.
  2. If you need a demo, let me share your skype, I will show you in Skype.

Changed 9 years ago by Maan

Attachment: Untitled Screencast.webm added

Help Video

comment:5 Changed 9 years ago by Maan

I have uploaded a video for you help!!! Might be it help you.

Thanks

comment:6 Changed 9 years ago by Maan

Or anything else need please let me know.

Thanks

comment:7 Changed 9 years ago by Maan

And also Matridtech3 is my skype Id and let me know if we can discuess.

I am waiting to see it fixed

Thanks

comment:8 Changed 9 years ago by Jakub Ś

What I need is a screen-cast or steps that explain how to reproduce this problem in CKEditor demo or standalone CKEditor without any core code modifications custom plugins or third-party Java Scripts that might be available in your application and that might cause this.

If you are not inserting this tag like this:

<p><em>Text text</p>
<p>Text text</p>

the please try reproducing this problem in default editor and let me know how can this issue be reproduced.
If however you are inserting your tags like that then please note that closing tag is required and you need to insert em tags like:

<p><em>Text</em> text</p>
<p>Text text</p>

comment:9 Changed 9 years ago by Maan

I have uploaded a video for it you can see it and let me know further need any discussion.

Thanks

comment:10 Changed 9 years ago by Jakub Ś

Please try doing the same in default and standalone CKEditor or in demo page. I can say that it will not happen.

Either third-party plugins (I can see you are uing them in CKEditor), core code modifications or third-party script is causing this. This is something you need to find on your own.

I'm sorry but I'm not going to continue this issue as this is not editor fault.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy