angular-ui/ui-layout

Sticky splitbar

widmoser opened this issue · 2 comments

Sometimes the splitbar sticks to the mouse even if it is released. I have been able to isolate one case where this happens but I think there are other cases as well. The reproducible use case happens on Mac and Linux versions of Chrome (see this chromium issue). In order to reproduce follow these steps:

  1. press right-click on the splitbar
  2. select something in the context menu (e.g. "inspect element")
  3. Now the splitbar sticks to the mouse even though the mouse button was released

Another reproducible issue is with nested ui-layout states. See #145 for a detailed discussion. I have created a plunker that reproduces the issue. Steps to reproduce are:

  1. Click on "View 2"
  2. Click on "View 1"
  3. Move the splitbar. Now when releasing the mouse it still sticks to the splitbar

Hi,

I have the same problem. I'm waiting for the merger to the main version.

Regards!

Same on windows. To reproduce, just left-click and drag back and forth for a few seconds. I see there's a PR that fixes this that's been out there for a while. Does no one have eyes on this project anymore?