Ticket #780 (closed defect: fixed)
Allow QDialog to be a child of QControl
| Reported by: | vakopian | Owned by: | |
|---|---|---|---|
| Priority: | must | Milestone: | 2.1 |
| Component: | QControls | Version: | 2.0.2 Stable |
| Keywords: | Cc: |
Description
Currently if QDialog is a child of a QControl (rather than QForm) RenderOutput() will generate the wrong output for ajax requests (it will but a <control> tag inside parent's existing <control> tag).
The attached patch fixes it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

