Jacek Caban : mshtml: Don't call preventDefault in stopPropagation.

Alexandre Julliard julliard at winehq.org
Mon Dec 4 14:58:21 CST 2017


Module: wine
Branch: master
Commit: f0b3fe8f836317dd073444570f185b4aedd2739b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f0b3fe8f836317dd073444570f185b4aedd2739b

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Dec  4 18:01:31 2017 +0100

mshtml: Don't call preventDefault in stopPropagation.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlevent.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/mshtml/htmlevent.c b/dlls/mshtml/htmlevent.c
index fba04b5..3d68555 100644
--- a/dlls/mshtml/htmlevent.c
+++ b/dlls/mshtml/htmlevent.c
@@ -1117,7 +1117,6 @@ static HRESULT WINAPI DOMEvent_stopPropagation(IDOMEvent *iface)
 
     This->stop_propagation = TRUE;
     nsIDOMEvent_StopPropagation(This->nsevent);
-    IDOMEvent_preventDefault(&This->IDOMEvent_iface);
     return S_OK;
 }
 




More information about the wine-cvs mailing list