Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-11-04 Thread Jacek Caban
Hi Nicolas, Nicolas Le Cam wrote: 2009/10/30 Jacek Caban : Hi Nicolas, Nicolas Le Cam wrote: Hi Jacek, Thanks for feedback. It should handle pointer in every corners IMHO, the left corner can cause failures in winetest. I'll try to find a better solution. Do you have any hints ?

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-11-02 Thread Nicolas Le Cam
t that, could that be a solution ? Thanks, Nicolas Le Cam From f8a5e03e8ac228e0ad22af07d4bb3e5a9853a9a5 Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Sat, 31 Oct 2009 14:31:41 +0100 Subject: mshtml/tests: Fix events test when pointer is on a corner. --- dlls/mshtml/tests/events.c | 40 +

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-10-30 Thread Jacek Caban
Hi Nicolas, Nicolas Le Cam wrote: Hi Jacek, Thanks for feedback. It should handle pointer in every corners IMHO, the left corner can cause failures in winetest. I'll try to find a better solution. Do you have any hints ? The test in line 472 is invalid. It looks like all we can do is chec

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-10-30 Thread Nicolas Le Cam
2009/10/30 Jacek Caban : > Hi Nicolas, > > Nicolas Le Cam wrote: >> >> Hi, >> >> Since commit 8272ecd3f2235b923f2ec67bb51d051bdfbf466f I'm having >> errors on events tests. >> >> I just found that it only fails if pointer is on any corner. As I'm >> always putting it on upper right corner when runn

Re: mshtml/tests: Fix events test when pointer is on a corner.

2009-10-30 Thread Jacek Caban
Hi Nicolas, Nicolas Le Cam wrote: Hi, Since commit 8272ecd3f2235b923f2ec67bb51d051bdfbf466f I'm having errors on events tests. I just found that it only fails if pointer is on any corner. As I'm always putting it on upper right corner when running winetest it was always failing for me. Minimi

[RFC] mshtml/tests: Fix events test when pointer is on a corner.

2009-10-27 Thread Nicolas Le Cam
ubject: mshtml/tests: Fix events test when pointer is on a corner. --- dlls/mshtml/tests/events.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/tests/events.c b/dlls/mshtml/tests/events.c index 9d23775..ebff925 100644 --- a/dlls/mshtml/tests/events.c +++ b/d