Ticket #826 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

QDialog not receiving events

Reported by: sp Owned by:
Priority: important Milestone: 2.1.1
Component: QControls Version: 2.1.0 Stable
Keywords: Cc:

Description

As a result of a late release decision to force the dialog to have a wrapper, it looks like I neglected to make sure the events attached to the dialog were going to the wrapper. This is only a problem with the QDialog_* events.

To fix this, I had to change actions to use JqGetControlId?, which means putting this function in QControl so all controls have that. Once we do that, we no longer need it to be in all the Gen classes, its just redundant there, so I changed the control generation to remove that.

Attachments

ticket826.patch Download (11.6 KB) - added by sp 14 months ago.

Change History

Changed 14 months ago by sp

Changed 14 months ago by vakopian

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

(In [1454]) Fixes #826

Note: See TracTickets for help on using tickets.