Opened 11 years ago
Closed 11 years ago
#11945 closed Bug (fixed)
Forms plugin should not change core method
| Reported by: | Piotrek Koszuliński | Owned by: | Piotr Jasiun | 
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.4.2 | 
| Component: | General | Version: | |
| Keywords: | Cc: | 
Description
Forms changes element.prototype.hasAttribute. That should land in core, so it's covered with core tests.
Change History (5)
comment:1 Changed 11 years ago by
| Status: | new → confirmed | 
|---|
comment:2 Changed 11 years ago by
| Owner: | set to Piotr Jasiun | 
|---|---|
| Status: | confirmed → assigned | 
comment:3 Changed 11 years ago by
| Status: | assigned → review | 
|---|
comment:4 Changed 11 years ago by
| Status: | review → review_passed | 
|---|
Rebased branch on master. Pushed a commit with minor refactoring.

I moved this code, added some tests and refactor
hasAttribute, because it became messy.