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

freeze drawn in wrong spot when scroll position isn't 0 #100

Open
rigdern opened this issue Jul 6, 2024 · 1 comment
Open

freeze drawn in wrong spot when scroll position isn't 0 #100

rigdern opened this issue Jul 6, 2024 · 1 comment
Labels

Comments

@rigdern
Copy link

rigdern commented Jul 6, 2024

Repro steps

I reproed this on Boxer 3.4.19 2024-06-24

  1. Download, unzip, and open freeze position repro.box.zip
  2. Ensure your window is sized such that there's a vertical scrollbar
  3. Vertically scroll down a bit while keeping the line that begins with clear-background ... in view
  4. Evaluate the line clear-background cs pd forward 100. It draws a vertical line.
  5. Evaluate the line freeze. It freezes the vertical line into the background.

Expected result: The vertical line is rendered at the same exact coordinates before and after freeze is run

Actual result: freeze causes the vertical line to be rendered at a different Y coordinate. Screenshot:
image

Potentially related issues

@sgithens
Copy link
Member

This is fixed in d915adb and will be v3.4.22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants