Bug #3678 » 0005-Reset-WDialog-margins-when-positioning-with-JS.patch
src/Wt/WDialog.C | ||
---|---|---|
*/
|
||
if (app->environment().ajax()) {
|
||
setAttributeValue("style", "visibility: hidden");
|
||
impl_->setMargin(0, All);
|
||
/*
|
||
* This is needed for animations only, but setting absolute or
|