This gif best shows the issue.
Status | New | ⇒ | Confirmed |
Labels |
Added:
?
|
The question is if it should be allowed to cover the buttons? IMO it should either push the buttons somewhere else or be prevented from being resized passed them.
Hmm, you are right
@dgt41 have you been able to find a solution to this
@brianteeman there's nothing to solve here :) The solution is to simply disable the option for resizing in the plugin. Tinymce is clever enough to deal with responsive templates so will always take the parent div width. the problem is that when you enable this option, the editor can grow above the parent div dimensions and this will be trivial to fix (especially without breaking every known template out there!)
Are you saying it should be closed then?
On 15 Feb 2016 6:27 pm, "Dimitri Grammatikogianni" notifications@github.com
wrote:
@brianteeman https://github.com/brianteeman there's nothing to solve
here :) The solution is to simply disable the option for resizing in the
plugin. Tinymce is clever enough to deal with responsive templates so will
always take the parent div width. the problem is that when you enable this
option, the editor can grow above the parent div dimensions and this will
be trivial to fix (especially without breaking every known template out
there!)—
Reply to this email directly or view it on GitHub
#8886 (comment).
Based on comments above i am going to close this as expected behaviour. If a user wants to prevent this on their own site then thy can disable editor resizing in the editor plugins
Status | Confirmed | ⇒ | Expected Behaviour |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-12 11:38:02 |
Closed_By | ⇒ | brianteeman |
should be easy to fix by setting the index of the div class, will come with some code