Opened 10 years ago
Closed 10 years ago
#9993 closed defect (fixed)
Clicking an icon in a Portlet title bar can cause a drag to start
Reported by: | Shane O'Sullivan | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Widgets | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When clicking on a settings icon in a Portlet, which is contained in a dojox.layout.GridContainer?, it can cause the widget to be dragged rather than showing the settings. The same can occur when clicking on the close button.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20336]) Refs #9993 Fixes the issue where a clicking on an icon in a dojox.widget.Portlet could cause a drag to start, instead of registering the click on the icon.
This change also cleans up the widget correctly when it is destroyed, removing all connects and subscribed listeners.