Opened 12 years ago
Last modified 11 years ago
#9504 closed Bug
[FF] Possible bug in element#copyAttributes because attribute.specified always is true — at Version 1
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.1 |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description (last modified by )
- Open stylesheetparser.html sample.
- Focus editor by clicking on the line.
- Apply first block style (h1.lightBlue).
- Apply second block style (h3.green).
Warning is logged on console:
[11:49:52.973] Use of attributes' specified attribute is deprecated. It always returns true. @ http://localhost/cksource/ckeditor-dev/core/dom/element.js:1648
I haven't noticed any issue following this warning, but it's worth checking.