pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Popover is not display on the border of the screen #1471

Open Nyan11 opened 8 months ago

Nyan11 commented 8 months ago

Hello,

Is there a way to display the popover correctly when it is at the border of the screen?

For exemple:

SpPopoverExample open.

image

In the image, I resized the window of the example to put the “Right” button close to the border of the screen and clicked on it. We can see that the popover (displayed on the right of the button) is cut by the window border.

Is it possible to force the popover to display entirely in the Pharo window?