#16154 closed defect (bug) (wontfix)
HTML editor's buttons show up in Visual editor's button panel
| Reported by: | OddOneOut | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | 3.0.4 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
16 years ago
- Component General → TinyMCE
- Keywords tinymce editor button custom removed
Take also a look at the Javascript console, maybe there is an error logged.
#3
@
16 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
@
16 years ago
- Resolution → wontfix
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Could you also post the exact code you used to add the button (both js and php)?