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

support resizable columns for touch (tablets) #15002

Conversation

light-and-ray
Copy link
Contributor

@light-and-ray light-and-ray commented Feb 22, 2024

Screenshots/videos:

Screenrecorder-2024-02-22-16-57-58-269.mp4

Checklist:

@light-and-ray
Copy link
Contributor Author

In my browser (desktop, firefox) there is a warning:

Element.setCapture() is deprecated. Use Element.setPointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture touch-simulator.js:216:20

But it's firefox's touch-simulator internal code

}
if (R.tracking) {
if (eventType.startsWith('mouse')) {
evt.preventDefault();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning said it's ignored for touchmove

@AUTOMATIC1111 AUTOMATIC1111 merged commit 1881972 into AUTOMATIC1111:dev Feb 22, 2024
3 checks passed
AUTOMATIC1111 added a commit that referenced this pull request Feb 22, 2024
…s_for_touch_(tablets)

support resizable columns for touch (tablets)
@light-and-ray light-and-ray deleted the support_resizable_columns_for_touch_(tablets) branch February 22, 2024 20:42
@pawel665j pawel665j mentioned this pull request Apr 16, 2024
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