Problem resizing windows (mouse click/drag)

Report bugs found in Poker Mavens
Post Reply
strobe878
Posts: 6
Joined: Fri Nov 24, 2023 8:11 pm

Problem resizing windows (mouse click/drag)

Post 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.
Kent Briggs
Site Admin
Posts: 5923
Joined: Wed Mar 19, 2008 8:47 pm

Re: Problem resizing windows (mouse click/drag)

Post 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.
strobe878
Posts: 6
Joined: Fri Nov 24, 2023 8:11 pm

Re: Problem resizing windows (mouse click/drag)

Post by strobe878 »

Ah yeah, I am seeing it only with the bottom-right corner.
strobe878
Posts: 6
Joined: Fri Nov 24, 2023 8:11 pm

Re: Problem resizing windows (mouse click/drag)

Post by strobe878 »

Try adding

Code: Select all

pointer-events: none;
to the the resize class.
Kent Briggs
Site Admin
Posts: 5923
Joined: Wed Mar 19, 2008 8:47 pm

Re: Problem resizing windows (mouse click/drag)

Post 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.
Post Reply