Skip to content

Fixed an issue that prevented cropping images on firefox#424

Merged
valadas merged 1 commit intodevelopmentfrom
firefox-crop
Jan 11, 2022
Merged

Fixed an issue that prevented cropping images on firefox#424
valadas merged 1 commit intodevelopmentfrom
firefox-crop

Conversation

@valadas
Copy link
Copy Markdown
Member

@valadas valadas commented Jan 11, 2022

TouchEvent is not supported on firefox which caused the dragging code to fail. Also changing an image src to a data-url is not instant in firefox so had to attach a load event on it to run the logic only after the image is fully loaded.

TouchEvent is not supported on firefox which caused the dragging code to fail. Also changing an image src to a data-url is not instant in firefox so had to attach a load event on it to run the logic only after the image is fully loaded.
@valadas valadas added the bug Something isn't working label Jan 11, 2022
@valadas valadas added this to the 0.11.4 milestone Jan 11, 2022
@valadas valadas merged commit baf2ba2 into development Jan 11, 2022
@valadas valadas deleted the firefox-crop branch January 11, 2022 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant