Project

General

Profile

Bug #5265 » 0001-Ignore-events-when-an-element-is-animating.patch

Bruce Toll, 09/18/2016 02:07 AM

View differences:

src/Wt/WInteractWidget.C
std::string CheckDisabled = "if($(o).hasClass('" +
app->theme()->disabledClass() +
"')){" WT_CLASS ".cancelEvent(e);return;}";
"')||$(o).closest('.animating').length){" WT_CLASS ".cancelEvent(e);return;}";
if (updateMouseDown) {
/*
(3-3/4)