nizioleque / mouse-pinch-to-zoom

A browser extension emulating pinch-to-zoom with a mouse wheel.
17 stars 3 forks source link

Wrong click handling in CodeMirror 5 #8

Open shitpoet opened 1 month ago

shitpoet commented 1 month ago

Steps to reproduce:

  1. Go to CodeMirror 5 official page - https://codemirror.net/5/
  2. Zoom in
  3. Click something

Notice that the cursor is enlarged and its position is now incorrect.

For some reason the cursor keeps being enlarged even after full zoom out.

Two screenshots:

  1. without touching zoom - selecting the word true

    2024-09-14--181125--1811229792

  2. zoon in - trying to select the word again

    2024-09-14--181259--229732019

nizioleque commented 1 month ago

Thank you for the report. I will add this website to my list of tests when I make any changes to the code.