You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When going into the media browser from the text, the browser is too short.
Step to reproduce
Edit some text, insert an image to load the media browser.
Observed behavior
The media browser does not fill the height of the browser window. It is only about 50% of the size, and can't be resized. This makes it difficult to use when there are a lot of files to choose from.
Expected behavior
The media browser should fill the height of the browser window, as it does in other versions of tinymce that were used in the past. All that's needed is to change this: width:1200,height:600
to this: width:1200,height:1000
in "tinymcerte.min.js" in tinymcerte->js->mgr. 1200 would fill the height of most monitors, although 1000 is a nice height on mine.
Environment
MODX 3.0.4, TinyMceRTE 2.0.9-pl.
The text was updated successfully, but these errors were encountered:
Bug report
Summary
When going into the media browser from the text, the browser is too short.
Step to reproduce
Edit some text, insert an image to load the media browser.
Observed behavior
The media browser does not fill the height of the browser window. It is only about 50% of the size, and can't be resized. This makes it difficult to use when there are a lot of files to choose from.
Expected behavior
The media browser should fill the height of the browser window, as it does in other versions of tinymce that were used in the past. All that's needed is to change this:
width:1200,height:600
to this:
width:1200,height:1000
in "tinymcerte.min.js" in tinymcerte->js->mgr. 1200 would fill the height of most monitors, although 1000 is a nice height on mine.
Environment
MODX 3.0.4, TinyMceRTE 2.0.9-pl.
The text was updated successfully, but these errors were encountered: