Opened 15 years ago
Closed 15 years ago
#4162 closed Bug (fixed)
First TC of plugins/htmldataprocessor failed in Safari
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | QA | Version: | |
Keywords: | Safari Review+ | Cc: |
Description
It happens on Safari3/4 that the plugins are loaded too later to meet the few front TCs' execution.
CKEDITOR.plugins.load( [ 'htmldataprocessor' ] );
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 4162.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please fix the coding style on htmldataprocessor.html when committing.
I can't understand why it's not a problem for other plugins-dependent test, we can expand the fixing to others when needed.