[Webkit-unassigned] [Bug 40752] New: clicking in the body-elements margin should act like clicking in it's padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 18:27:36 PDT 2010


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

           Summary: clicking in the body-elements margin should act like
                    clicking in it's padding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: eric at webkit.org, darin at apple.com, tony at chromium.org


Created an attachment (id=58950)
 --> (https://bugs.webkit.org/attachment.cgi?id=58950)
test case

In general, we treat clicking in the margins of an element as not clicking in that element for the purposes of text selection. So clicking in the margin to the left puts the selection at the beginning of that element and clicking in the margin to the right puts the selection at the end of that element.

In general, I think that's correct, but the body element is an exception since it's the top-level visible element. It's easier to see this in the attached test case that what we currently do is clearly not what any user would expect.

-- 
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