Opened 10 years ago
Closed 10 years ago
#31170 closed defect (bug) (fixed)
TinyMCE view edit tooltip can conflict with TinyMCE tollbar
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
See screenshot:
This particular view was added with Shortcake, so it might be a problem there. I can reproduce somewhat consistently when I switch between HTML and Visual.
Previously: https://github.com/fusioneng/Shortcake/issues/84
Change History (9)
#4
@
10 years ago
@danielbachhuber can you reproduce this with a core shortcode? I thought I reproduced this earlier, but now I fail.
And what else is happening with the view? The bottom seems to be cut of and normally you shouldn't see the toolbar if the view isn't selected. Or did you change the styles?
#6
@
10 years ago
can you reproduce this with a core shortcode? I thought I reproduced this earlier, but now I fail.
I'll see if I can get better reproduction steps :/ I haven't been able to reproduce it consistently, but it does happen regularly.
The toolbar for the views is a bit different from image toolbar. Ideally it also needs to be using the TinyMCE API. I remember @azaozz changed the style of the old buttons a bit to make it look like the image toolbar, but it's not ideal. Maybe better to redo this with the API to fix this so both toolbars use the same code.