[Webkit-unassigned] [Bug 53933] New: Pasting into contenteditable table cell pastes into adjacent cell instead.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 12:02:47 PST 2011


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

           Summary: Pasting into contenteditable table cell pastes into
                    adjacent cell instead.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: santoscordon at gmail.com


Chrome Version       : 7.0.517.24 (Official Build 60738) beta
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5.0.1 (5533.17.8): FAIL
  Firefox 3.6.10: OK
         IE 7: OK
         IE 8: OK

What steps will reproduce the problem?
1. Create a content editable table with several cells.
2. Place the cursor after the last character in a non-empty cell.
3. Paste some text

What is the expected result?
The text be pasted as the last item in the current cell.

What happens instead?
The text is pasted as the first item in the next cell.


Please provide any additional information below. Attach a screenshot if
possible.

Here is the HTML I used to reproduce this:

<html>
  <body>
    <div contenteditable="true">
      <table>
        <tr>
          <td>1</td><td>2</td>
        </tr>
        <tr>
          <td>3</td><td>4</td>
        </tr>
      </table>
    </div>
  </body>
</html>

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