Opened 8 years ago

Closed 8 years ago

#14908 closed Bug (duplicate)

Styling is not working in microsoft edge browser

Reported by: Sibasish palo Owned by:
Priority: Normal Milestone:
Component: Core : Editable Version: 4.5.7
Keywords: Cc:

Description

Steps to reproduce

  1. type some text in editor try to apply some style to the entered text.
  2. not applying any style on the selected text.
  3. while performing this scenario getting below error and pointing to the below code

"Unable to get property 'specified' of undefined or null reference"

case "contenteditable": case "contentEditable": return this.$.attributes.getNamedItem("contentEditable").specified?this.$.getAttribute("contentEditable"): null}return this.$.getAttribute(a,2)}:a}

as you can see its not able to get contentEditable

Note: if i add doctype to my page its working fine as mentioned below <!DOCTYPE html>

suspecting that browser is loading the editor in quirks mode no clue why

Expected result

Styling should be applied to the content selected

Actual result

Styling is not getting applied to the content selected

Other details (browser, OS, CKEditor version, installed plugins)

Microsoft Edge Windows-10 ckeditor-4.5.7

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #14892

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