<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>103122</bug_id>
          
          <creation_ts>2012-11-23 04:01:52 -0800</creation_ts>
          <short_desc>[Qt][WK2] New fast/events/mouse-cursor.html fails</short_desc>
          <delta_ts>2014-02-03 03:23:43 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>420+</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>87008</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>kbr</cc>
    
    <cc>ossy</cc>
    
    <cc>rbyers</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>774403</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-11-23 04:01:52 -0800</bug_when>
    <thetext>fast/events/mouse-cursor.html introduced in http://trac.webkit.org/changeset/134874
but fails on Qt WK2 with the following diff:

--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/mouse-cursor-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/mouse-cursor-actual.txt
@@ -19,61 +19,61 @@
 Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Pointer
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: -webkit-grabbing
-Cursor Info: type=Grabbing hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Existing 25x25 image
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Invalid URL with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Invalid with fallback to 25x25 image
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with explicit hot spot at (0,0)
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with explicit hot spot at (20,10)
-Cursor Info: type=Custom hotSpot=20,10 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with explicit hot spot at (-1,-1)
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with explicit hot spot outside image at (30,30)
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with implicit hot spot at (5,4)
-Cursor Info: type=Custom hotSpot=5,4 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with explicit hot spot at (20,10) overriding implicit hot spot
-Cursor Info: type=Custom hotSpot=20,10 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Image with implicit hot spot outside image at (35,4)
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Over large image with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: SVG cursor
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Multiple invalid cursors with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Nonexistent SVG cursor with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: A link with default cursor
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Link with default cursor overriding wait
-Cursor Info: type=Hand hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 TEST CASE: Wait cursor which should not be affected by unknown cursor rule
-Cursor Info: type=Wait hotSpot=0,0
+Cursor Info: type=None hotSpot=0,0
 
 PASS successfullyParsed is true</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>774411</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-11-23 04:10:23 -0800</bug_when>
    <thetext>I skipped it to paint the bot green - r135589.
Please unskip it with the proper fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>774740</commentid>
    <comment_count>2</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-11-23 18:34:56 -0800</bug_when>
    <thetext>I added that test and would be happy to help someone who works on the Qt port to figure out what&apos;s going on (I&apos;ve never built Qt myself).

Is changing mouse cursors actually working in Qt Wk2?  If so, then I&apos;d guess that either:
 - EventSender isn&apos;t properly wired up to send fake mouse move events for the layout test, or
 - EventHandler::selectMouseCursor doesn&apos;t get called on mouse move in this port (so EventHandler::m_currentMouseCursor isn&apos;t updated).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>975607</commentid>
    <comment_count>3</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2014-02-03 03:23:43 -0800</bug_when>
    <thetext>=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>