Skip to content

Support cursor control using space bar sliding gesture on Android Web#2762

Merged
eymar merged 3 commits intojb-mainfrom
ok/cfw_mobile_cursor_control
Feb 13, 2026
Merged

Support cursor control using space bar sliding gesture on Android Web#2762
eymar merged 3 commits intojb-mainfrom
ok/cfw_mobile_cursor_control

Conversation

@eymar
Copy link
Member

@eymar eymar commented Feb 13, 2026

Note: iOS Safari has limitations, and this solution doesn't work there

Fixes CMP-8362

Testing

This should be tested by QA

Release Notes

Fixes - Web

  • Support cursor control using space bar sliding gesture on Android Web

Note: iOS Safari has limitations, and this solution doesn't work there

Fixes https://youtrack.jetbrains.com/issue/CMP-8362
@eymar eymar requested a review from Schahen February 13, 2026 10:19
});
}

document.addEventListener('selectionchange', () => log(`selectionchange --- ${input.selectionStart}-${input.selectionEnd}`));
Copy link

Choose a reason for hiding this comment

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

do we need this after this'll end up in jb-main?

Copy link
Member Author

@eymar eymar Feb 13, 2026

Choose a reason for hiding this comment

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

this is our internal html demo for tracking the input events in a pure setup.

yes, i'd rather keep it.

Copy link

@Schahen Schahen left a comment

Choose a reason for hiding this comment

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

Discussed in Slack some considerations none of them requested changes

@eymar eymar merged commit 67c178a into jb-main Feb 13, 2026
16 checks passed
@eymar eymar deleted the ok/cfw_mobile_cursor_control branch February 13, 2026 12:45
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.

2 participants