#16154 closed defect (bug) (wontfix)
HTML editor's buttons show up in Visual editor's button panel
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.4 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
When I try to add custom buttons to the tinymce editor, as stated here: http://codex.wordpress.org/TinyMCE_Custom_Buttons, every time I edit a post (with the visual editor as the default editor) the HTML editor's buttons are displayed on top of the visual editor's. Screenshot:
This happens on a clean WP 3.0.4 installation. I'm using Firefox 3.6.1.3.
Change History (5)
#2
@
14 years ago
- Component changed from General to TinyMCE
- Keywords tinymce editor button custom removed
Take also a look at the Javascript console, maybe there is an error logged.
#3
@
14 years ago
There were no errors unfortunately and I were still able to use the visual editor, clicking on the html editor will throw errors though.
The code I used is the default from http://codex.wordpress.org/TinyMCE_Custom_Buttons, for the js file, should I attach it? I'm not very familiar with this trac system so please excuse me for my ignorance.
Anyway, after about 15 minutes the problem automatically went away, can it possibly a browser cache issue?
#4
@
14 years ago
- Resolution set to wontfix
- Status changed from new to closed
I'm not sure exactly what is causing the button stacking. I've encountered it briefly in the past (while adjusting TinyMCE) and it usually smooths out after a refresh, which leads me to believe it's a browser issue.
I'm going to close this as wontfix. If you can reproduce this consistently, reopen this ticket.
Could you also post the exact code you used to add the button (both js and php)?