Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag Handles Disappear During Resizing on IE11 #1224

Closed
gregory-bretall opened this issue Apr 15, 2019 · 2 comments
Closed

Drag Handles Disappear During Resizing on IE11 #1224

gregory-bretall opened this issue Apr 15, 2019 · 2 comments

Comments

@gregory-bretall
Copy link
Contributor

gregory-bretall commented Apr 15, 2019

Do you want to request a feature or report a bug?
Report a bug

What is the current behavior?
While resizing an image on IE11, if your cursor leaves the bounds of the image while resizing, the drag handles will disappear.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Not currently reproducible in standalone AlloyEditor from what I can tell since the only build steps for AlloyEditor I could find locally do not transpile ES6, making it not work on IE11.

Steps for working environments should be as follows:

  1. Add an image to AlloyEditor on IE11.
  2. Resize the image using the drag handles.
  3. Drag back and forth so that your cursor leaves the bounds of the image

Expected Results: When the cursor leaves the bounds of the image, the drag handles remain on the screen.
Actual Results: When the cursor leaves the bounds of the image, the drag handles disappear, even while still resizing.

What is the expected behavior?
While resizing, the drag handles should always appear on screen, regardless of cursor position.

Which versions of alloy-editor, and which browser / OS are affected by this issue? Did this work in previous versions?
This affects IE11 on AlloyEditor Master and 2.x as well as 1.x.

gregory-bretall added a commit to gregory-bretall/alloy-editor that referenced this issue Apr 15, 2019
…pan for IE11's image resizer, change selector so drag handles don't disappear while resizing
@julien
Copy link
Contributor

julien commented Apr 16, 2019

Hi @gregory-bretall,

Thanks for reporting this issue.
We will look into it.

Also, just so you know, the alloy-editor demo does work in IE11.

You can use:

yarn start

To start a local development server (it will use port 9000)

And

yarn build

To build a production ready version.

You can see this in the following .gif image

2019-04-16-alloyeditor-demo-ie11

Thanks

julien added a commit that referenced this issue Apr 16, 2019
#1224 cke_image_resizing class is added to containing parent span for…
@julien julien closed this as completed Apr 16, 2019
@julien
Copy link
Contributor

julien commented Apr 16, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants