Opened 11 years ago
Last modified 10 years ago
#2547 new defect (bug)
Reply Form visual tab blank when using the tinymce=> true argument
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 2.5.3 |
Component: | General - Content Creation | Keywords: | has-patch reporter-feedback |
Cc: |
Description
I was noticing that when you click on the reply link to an existing replay the visual tab goes blank and is inaccessible. The Text tab works fine however. I realize this is not longer enabled by default and is introduced either via a plugin or setting the tinymce => true argument when calling the function.
I was unable to find any apparent js errors which would cause this and fixed it with a crude call to the tinyMce methods to remove and replace the controls. I have attached the patch with what I was able to get to work.
Maybe this will be of some help.
Attachments (1)
Change History (5)
#1
@
11 years ago
- Component changed from General to Content Creation
- Version changed from trunk to 2.5.3
I can't reproduce this issue as per this screenshot https://cloudup.com/c1sv5r-1eSJ
Can you confirm if this is still an issue with WordPress 3.9 and TinyMCE4? If so what theme are you using?
Crude patch which fixes the issue