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

DomRenderer: fix touch scrolling starting from text #4979

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2024

  1. DomRenderer: fix touch scrolling starting from text

    When scrolling with touchscreen starting from text, as soon as touch
    leaves the text span, the touch event stops, making touch-scrolling able
    to scroll one row only.
    
    This fixes it by setting `pointer-events: none` to text spans, excluding
    them from hit-testing so that touch events won't be constrained to them.
    
    Fixes xtermjs#3613
    xdavidwu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b6d4435 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    ca2beb2 View commit details
    Browse the repository at this point in the history