[Webkit-unassigned] [Bug 36140] New: doubleClick on Windows sometimes doesn't smart delete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 14:41:10 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36140

           Summary: doubleClick on Windows sometimes doesn't smart delete
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


I was able to reproduce this manually in a WebKit nightly on Windows, but not
well enough to come up with a reliable reproduction. It seems like it might be
related to where you doubleClick.

One way to reproduce is to change editing/pasteboard/smart-paste-002.html to
call doubleClickAtSelectionStart() instead of:

    var target = document.getElementById('test');
    var x = target.offsetLeft + target.offsetWidth / 2;
    var y = target.offsetTop + target.offsetHeight / 2;
    doubleClick(x, y);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list