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

Buttons in inspector move when moving the hand over them #17384

Open
Rinzwind opened this issue Nov 16, 2024 · 1 comment · May be fixed by pharo-spec/Spec#1680
Open

Buttons in inspector move when moving the hand over them #17384

Rinzwind opened this issue Nov 16, 2024 · 1 comment · May be fixed by pharo-spec/Spec#1680

Comments

@Rinzwind
Copy link
Contributor

As demonstrated in the following video, some of the buttons in inspector windows move when moving the hand over them. The Playground snippet used in the video shows the position of the inspector’s right-hand object-centric debug points button on the transcript. The position is 516.5@13.0 initially, then changes five times as the hand is moved over it. Various other morphs, including those for the names and values of the variables in the table below it, move position along with the button as well. An earlier, similar issue is issue #16389.

Demo.Inspector.Buttons.Moving.mp4
@Rinzwind
Copy link
Contributor Author

The snippet used in the video:

[
	(Delay forSeconds: 5) wait.
	10000 timesRepeat: [
		(position := (SystemWindow topWindow allMorphs select: [ :morph |
			morph isKindOf: SpToolbarButtonMorph ]) sixth position)
				= previousPosition ifFalse: [
					Transcript show: (previousPosition := position); cr ].
		(Delay forMilliseconds: 10) wait ] ] fork.
Object

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