Opened 11 years ago
Closed 11 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: | azaozz | Owned by: | nacin |
---|---|---|---|
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
@
11 years ago
27963.patch works for me. Perfect.
I vote it stays :)
Thank you, Mr. Ozz!!
EDIT: And just to clarify, in TinyMCE4 the force open of the 'toggle toolbars' will show ALL rows by default (that have active buttons).. not just the second row.
#7
in reply to:
↑ 4
@
11 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!
27963.patch restores the 3.8 behavior. Moving to 3.9.1 for consideration.