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

Make imageviewer event listeners browser consistent #15261

Merged
merged 1 commit into from Mar 16, 2024

Conversation

catboxanon
Copy link
Collaborator

@catboxanon catboxanon commented Mar 15, 2024

Description

Fixes two issues:

  • The issue mentioned in the comment seems no longer applicable in the current Gradio version with Firefox, at least as far as I could tell in testing. This is removed and thus makes the picture draggable in Firefox.
  • When the event listener was set to click in Chrome, and the MMB button was used, but autoscroll was enabled, it prevented the image from being opened in a new tab. This uses mousedown in all browsers so not to interfere with autoscroll.

Checklist:

@AUTOMATIC1111 AUTOMATIC1111 merged commit 0cc3647 into AUTOMATIC1111:dev Mar 16, 2024
3 checks passed
@catboxanon catboxanon deleted the fix/imageviewer-click branch March 16, 2024 16:37
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

Successfully merging this pull request may close these issues.

None yet

2 participants