Problem/Motivation
This is caused by the way Safari handles the native resize handle. In other browsers, the resize handle overlays the content nested in the resizable element. Safari will render the nested content on top of the resize handle which hides it and renders it unclickable.
Steps to reproduce
Open a ME enabled content type's edit page in Safari. Click the edit icon on a component. Try to resize the dialog via the resize handle in the bottom right corner of the dialog.
Issue fork mercury_editor-3450230
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pixelwhip commentedComment #4
pixelwhip commentedThis merge request adds a clip-path to the button pane to clip out a notch in the bottom corner to allow the resize handle to be visible.
Comment #5
pixelwhip commentedComment #6
pbabin commentedJust added this to our code base and tested with Safari. Without we are not able to adjust the dialog size. With it, we are now able to adjust the size. Please note we are using MR 55 in addition to this so we are using Drupal 10.3 and there is an issue with dialogs and jQuery which that merge requests fixes.
Comment #7
damienmckennaComment #12
pixelwhip commented