#29293 closed defect (bug) (fixed)
TinyMCE DOM stack status bar isn't pinned
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
A while ago I considered opening a ticket to propose removing the status bar in TinyMCE which displays the cursor position's DOM stack (eg. "p » strong") but azaozz pointed out that this can be useful. I still think it should be removed for simplicity, but I can see that it can have some value.
Regardless, this status bar is not currently pinned to the bottom of our pinned visual editor in 4.0. If your content is long enough to scroll within the editor, this status bar disappears off the bottom, while the word count status bar remains pinned in place.
Tested in Chrome 36 on OS X.
Attachments (4)
Change History (9)
Note: See
TracTickets for help on using
tickets.
This behavior is caused because the elements are completely separate from each other, although they appear seamless when together. The post status is in a table outside of TinyMCE. Now that the editor expands as content exceeds the textarea, the TinyMCE statusbar is pushed down with the content while the post status never travels beyond the bottom of the viewport.
A few solutions that will maintain familiarity (none of which are pretty):
What else?