Ticket #1765 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Window resize loses mouse release event

Reported by: Marko Gronroos Owned by: Marc Englund
Priority: major Milestone: User Interface Library 5.2.2
Component: gwt-adapter-client Version: 5.2.0
Keywords: Cc:
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

Description

When resizing a window, the window can miss the mouse release event, therefore staying indefinitely in the resize state. It's only possible to exit the state by reloading the page. This occurs especially when the contents of the window are complex enough to make the resizing slow.

Change History

Changed 3 months ago by Jouni Koivuviita

The issue is most likely caused by an IFRAME element inside the window, which will break the event propagation if the mouse moves over the IFRAME.

We can fix this by placing a transparent DIV element on top of the window contents while resizing. IE6 will still be problematic, but I assume we can live with that.

Changed 3 months ago by Marc Englund

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4772]. Fixed window move in the same way.

Note: See TracTickets for help on using tickets.