Opened 16 years ago
Last modified 16 years ago
#3077 closed Bug
Tools: createClass incompleteness — at Version 1
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
CKEDITOR.tools.createClass logic's not right in the following sense:
- Generally class creation need to fix contructor property, which is wrong after prototype copying;
- Private fields not available in constructor, which is wrong.
- Nullable constructor in definition.
Change History (3)
Changed 16 years ago by
Attachment: | 3077.patch added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3077_2.patch added |
---|