Project

General

Profile

Bug #3613 » 0001-Fix-no-JS-WDialog-CSS-issue.patch

Bruce Toll, 10/01/2014 07:23 AM

View differences:

src/Wt/WInteractWidget.C
void WInteractWidget::setPopup(bool popup)
{
if (popup) {
if (popup && wApp->environment().ajax()) {
clicked().connect("function(o,e) { $(document).trigger('click', e); }");
clicked().preventPropagation();
}
(1-1/2)