Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/view
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.9.2
Choose a base ref
...
head repository: codemirror/view
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.9.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 14, 2023

  1. Avoid overly high cursors on empty lines in Firefox

    FIX: Work around a Firefox issue that caused `coordsAtPos` to return rectangles
    with the full line height on empty lines.
    
    See https://discuss.codemirror.net/t/larger-cursor-size-on-empty-line/5965
    marijnh committed Mar 14, 2023
    Copy the full SHA
    46abe34 View commit details

Commits on Mar 15, 2023

  1. Capture context menu events below the content

    FIX: Opening a context menu by clicking below the content element but inside
    the editor now properly shows the browser's menu for editable elements.
    marijnh committed Mar 15, 2023
    Copy the full SHA
    733824d View commit details

Commits on Mar 20, 2023

  1. Fix disrupted composition after widget buffer nodes

    FIX: Fix an issue that broke composition (especially of Chinese IME) after
    widget decorations.
    
    Issue #48
    marijnh committed Mar 20, 2023
    Copy the full SHA
    abaf353 View commit details

Commits on Mar 21, 2023

  1. Fix a bug in querying positions in compositions nested in decorations

    FIX: Fix an issue that would cause the cursor to jump around during compositions inside
    nested mark decorations.
    
    See https://discuss.codemirror.net/t/accent-keys-makes-cursor-jump-backwards-in-safari/5889
    marijnh committed Mar 21, 2023
    Copy the full SHA
    b36aa51 View commit details
  2. Mark version 6.9.3

    marijnh committed Mar 21, 2023
    Copy the full SHA
    bc68004 View commit details
Loading