<?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>93231</bug_id>
          
          <creation_ts>2012-08-06 01:09:41 -0700</creation_ts>
          <short_desc>[Qt][WK2] fast/forms/range/slider-mouse-events.html and fast/forms/range/slider-onchange-event.html fail after r124625</short_desc>
          <delta_ts>2014-02-03 03:22:02 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Balazs Ankes">bank</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abrhm</cc>
    
    <cc>hugo.lima</cc>
    
    <cc>jbadics</cc>
    
    <cc>kadam</cc>
    
    <cc>kenneth</cc>
    
    <cc>kkristof</cc>
    
    <cc>ossy</cc>
    
    <cc>zarvai</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>687842</commentid>
    <comment_count>0</comment_count>
    <who name="Balazs Ankes">bank</who>
    <bug_when>2012-08-06 01:09:41 -0700</bug_when>
    <thetext>fast/forms/range/slider-mouse-events.html
--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-mouse-events-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-mouse-events-actual.txt 
@@ -1,18 +1,13 @@
 This tests that slider controls get mousedown, mousemove, input, and mouseup events and properly set its value.
 
 mousemove
-mousedown
+input
 0
+input
+40
 mousemove
 input
-mouseup
-40
-mousemove
-mousedown
+5
 input
-5
-mousemove
-input
-mouseup
 20


fast/forms/range/slider-onchange-event.html
--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-onchange-event-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/forms/range/slider-onchange-event-actual.txt 
@@ -4,4 +4,6 @@
 change
 input
 change
+input
+change</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>707597</commentid>
    <comment_count>1</comment_count>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2012-08-29 10:21:17 -0700</bug_when>
    <thetext>It works for me, the output here on WTR is:

Content-Type: text/plain
This tests that slider controls get the onchange event and that it is sent after the DOMInput event.

input
change
input
change

#EOF
#EOF
#EOF

This match the expected file, i.e. the test pass on run-webkit-tests.

Would you test it again?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>707603</commentid>
    <comment_count>2</comment_count>
    <who name="Hugo Parente Lima">hugo.lima</who>
    <bug_when>2012-08-29 10:23:19 -0700</bug_when>
    <thetext>Ah, btw I tested it under r126874</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>708371</commentid>
    <comment_count>3</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2012-08-30 00:46:03 -0700</bug_when>
    <thetext>All two test passes on x86-64 Linux Qt Release WebKit2 with r127108.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>708376</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-08-30 00:47:47 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; All two test passes on x86-64 Linux Qt Release WebKit2 with r127108.

In this case we should unskip them. ;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>708586</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-08-30 07:05:05 -0700</bug_when>
    <thetext>Unskip landed in r127133. Thanks for the testing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>708666</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-08-30 08:47:09 -0700</bug_when>
    <thetext>Reopen, because they still fail ... It&apos;s strange ... I skipped them again. 
They pass if we run only these tests, but fail if we run all tests.
One more DRT/WTR sideeffect bug. :-/ Otherwise I noticed now, these tests
are flakey on WK1, but they pass after retry.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>895480</commentid>
    <comment_count>7</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-05-30 04:20:11 -0700</bug_when>
    <thetext>fast/forms/range/slider-onchange-event.html now passing on wk2
https://trac.webkit.org/changeset/150892</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>975527</commentid>
    <comment_count>8</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2014-02-03 03:22:02 -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>