Bug 41918 - [Qt] editing/selection/5195166-1.html failing after r62816
Summary: [Qt] editing/selection/5195166-1.html failing after r62816
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79666
  Show dependency treegraph
 
Reported: 2010-07-08 16:40 PDT by Ojan Vafai
Modified: 2014-02-01 18:59 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2010-07-08 16:43 PDT, Ojan Vafai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2010-07-08 16:40:44 PDT
r62816 changed editing/selection/5195166-1.html to use double-click + drag to select text. This appears to not work on qt. It selects too much text.
Comment 1 Ojan Vafai 2010-07-08 16:43:02 PDT
Created attachment 60982 [details]
Patch
Comment 2 Ojan Vafai 2010-07-08 16:52:14 PDT
Committed r62867: <http://trac.webkit.org/changeset/62867>
Comment 3 Antonio Gomes 2010-07-08 18:32:48 PDT
Ojan, I will re-open the so so I can investigate the real cause on Qt side.
Comment 4 Csaba Osztrogonác 2012-05-29 07:32:14 PDT
The bug is still valid on Qt 4.8 and on Qt 5 too
--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/editing/selection/5195166-1-expected.txt 
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/editing/selection/5195166-1-actual.txt 
@@ -1,4 +1,5 @@
 This tests for a bug where extending a selection created with the mouse would blow it away before extending it.
 
 There should be six characters selected in this sentence on Mac and four characters selected on Win/Linux.
-Success
+Failure: Selected text was " should be s" and should be "should be s"
+Failure: Selected text was "here should be six characters selected in this sentence on Mac and four characters selected on Win/Linux." and should be "hould be "
Comment 5 Csaba Osztrogonác 2012-10-09 02:01:05 PDT
This bug is still valid now.
Comment 6 Csaba Osztrogonác 2012-11-21 03:07:05 PST
still valid
Comment 7 Ádám Kallai 2013-02-17 14:17:39 PST
The bug is valid.