[Webkit-unassigned] [Bug 42767] New: [Windows] Home hey doesn't work in first DIV inside a TABLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 10:12:50 PDT 2010


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

           Summary: [Windows] Home hey doesn't work in first DIV inside a
                    TABLE
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jparent at google.com
                CC: ojan at chromium.org, rniwa at webkit.org


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

Repro steps:
1. Create a page with the following HTML (or use attached test case):
<TABLE>
  <TR>
    <TD>
      <DIV contenteditable="true">
        <DIV>Line 1 - home does not work</DIV>
        <DIV>Line 2 - home does work</DIV>
      </DIV>
    </TD>
  </TR>
</TABLE>
2. Click into the contenteditable div and place the cursor inside Line 1.
3. Press Home

Expected result:
The cursor moves to the beginning of the line.

Result:
The cursor doesn't move.

Other notes:
* Happens in both Chromium on Windows and Safari on Windows.
* Works as expected on Line 2.
* Effects Google Sites (first line of any Sites page exhibits this bug).

(Related Chromium bug - crbug.com/49780)

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