Opened 12 years ago
Closed 12 years ago
#27963 closed defect (bug) (fixed)
If the editor's "Toolbar toggle" button is removed, the second toolbar row may remain hidden
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9.1 | Priority: | normal |
| Severity: | minor | Version: | 3.9 |
| Component: | TinyMCE | Keywords: | has-patch commit fixed-major |
| Focuses: | Cc: |
Description
In 3.8 there was a setting wordpress_adv_hidden that was used for the initial state of the toggle, but could also be used to always show the second row.
Attachments (1)
Change History (9)
#3
@
12 years ago
27963.patch works for me. Perfect.
I vote it stays :)
Thank you, Mr. Ozz!!
Version 0, edited 12 years ago
by
(next)
#7
in reply to:
↑ 4
@
12 years ago
Replying to nacin:
Logic seems good to me.
Yep. The old TinymMCE3 kitchen sink button would only expand/collapse row 2 of the editor buttons. So, if we hooked or filtered in buttons to row 3 or 4.. they would still be visible with the kitchen sink in it's collapsed (closed) state.
The new TinyMCE4 toggle toolbars button is much more logical in the fact that it now collapses all rows.. leaving just the top row visible. Much better.
Thanks guys!
Note: See
TracTickets for help on using
tickets.
27963.patch restores the 3.8 behavior. Moving to 3.9.1 for consideration.