Page 1 of 1

Problem resizing windows (mouse click/drag)

Posted: Tue Jun 18, 2024 2:30 am
by strobe878
This has been happening to me for some number of weeks, both chrome and firefox. Not sure if it correlates to a specific version of PM.

To reproduce:
  • Load https://www.pm-demo.com/
  • Cancel the login window
  • Resize the Lobby window horizontally - works fine
  • Resize the Lobby window vertically - works fine
  • Resize the Lobby window diagonally - behavior is wonky
and by wonky I mean when click/dragging the window doesn't resize but then when you release the mouse you can drag it around and you have to click again to stop the resizing from following the mouse movement.

This also impacts resizing a table or the chat window.

Re: Problem resizing windows (mouse click/drag)

Posted: Tue Jun 18, 2024 9:19 am
by Kent Briggs
This seems to be browser specific. On my Win 7 machine which stopped updating Chrome at version 109, I have no issues. Same with Edge. On FireFox (ver 115) I'm seeing what you are seeing but only in the bottom right corner. The other 3 corners work fine. I wonder if it has something to do with triangle graphic there. I'll look into it.

Re: Problem resizing windows (mouse click/drag)

Posted: Tue Jun 25, 2024 11:36 pm
by strobe878
Ah yeah, I am seeing it only with the bottom-right corner.

Re: Problem resizing windows (mouse click/drag)

Posted: Thu Jun 27, 2024 6:09 pm
by strobe878
Try adding

Code: Select all

pointer-events: none;
to the the resize class.

Re: Problem resizing windows (mouse click/drag)

Posted: Tue Aug 27, 2024 10:23 pm
by Kent Briggs
strobe878 wrote: Thu Jun 27, 2024 6:09 pm Try adding

Code: Select all

pointer-events: none;
to the the resize class.
Thanks, this was the exact fix needed.