Bug 30557 - [Qt] add comprehensive autotests for setCursor
Summary: [Qt] add comprehensive autotests for setCursor
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords: Qt
Depends on: 30549 31351
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-20 03:04 PDT by Antonio Gomes
Modified: 2012-05-01 07:23 PDT (History)
4 users (show)

See Also:


Attachments
patch 0.1 (4.18 KB, patch)
2009-11-11 05:56 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2009-10-20 03:04:53 PDT
we were crashing on setCursor for QGWV, but not for QWebView, and is not yet any auto test to catch these =/

this bug is a follow up of bug 30549, which landed a fix/workaround for the crash.

ps: it'd be nice if autotest here could check the unsetCursor egde case in ::event() implementation.
Comment 1 Antonio Gomes 2009-11-10 07:16:25 PST
seems like a quick one , picking ...
Comment 2 Antonio Gomes 2009-11-11 05:56:56 PST
Created attachment 42958 [details]
patch 0.1

patch depends on patch in bug 31351.
Comment 3 Antonio Gomes 2009-11-11 06:53:15 PST
Comment on attachment 42958 [details]
patch 0.1

patch 0.1 is does not cover the right behavior