[Webkit-unassigned] [Bug 10083] New: REGRESSION (r15584): editing/selection/select-from-textfield-outwards failing

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jul 23 22:34:18 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10083

           Summary: REGRESSION (r15584): editing/selection/select-from-
                    textfield-outwards failing
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression, NativeTextField
          Severity: normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at mitzpettel.com
                CC: darin at apple.com, alice.liu at apple.com


The fix for <rdar://problem/4617841> removed part of the fix for bug 9312,
causing editing/selection/select-from-textfield-outwards.html to fail:

-    if (isReplaced()) {
-        if (y < absy || y < absy + height() && x < absx)
-            return VisiblePosition(n, caretMinOffset(), DOWNSTREAM);
-        if (y >= absy + height() || y >= absy && x >= absx + width())
-            return VisiblePosition(n, caretMaxOffset(), DOWNSTREAM);
-    } 

You can see the problem by opening the test case from bug 9312 (attachment
8713) and dragging from the middle of the text field and to the right. As you
exit the field, the selection changes (starts at the beginning of the text
field instead of going from the middle to the end).


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list