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

Is the behavior of push-to-back and bring-to-front swapped? #101

Open
rigdern opened this issue Jul 7, 2024 · 2 comments
Open

Is the behavior of push-to-back and bring-to-front swapped? #101

rigdern opened this issue Jul 7, 2024 · 2 comments

Comments

@rigdern
Copy link

rigdern commented Jul 7, 2024

Repro steps

  1. Download, unzip, and open layering demo.box.zip
  2. Run tell circle bring-to-front

Expected result: The circle is rendered on top of the square. The square is not visible.

Actual result: The circle is rendered behind the square. Both the circle and square are visible. Screenshot:
image

Missing reference documentation

push-to-back and bring-to-front aren't mentioned in Boxer Manual V2 so I'm inferring their expected behavior entirely from their names.

@sgithens
Copy link
Member

sgithens commented Jul 9, 2024

Yes, the behavior of these is weird and not totally documented. It's sort of been on the todo list to reform for a bit, and maybe add a few other niceties. I'll keep this ticket in hand for that work.

@sgithens
Copy link
Member

Fixed in cee8866 will be in v3.4.21

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

No branches or pull requests

2 participants