[Webkit-unassigned] [Bug 75004] New: Drag and drop text into table is pasting the text in the next <td> element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 03:52:14 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75004
Summary: Drag and drop text into table is pasting the text in
the next <td> element
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: satyacbit at gmail.com
Created an attachment (id=120168)
--> (https://bugs.webkit.org/attachment.cgi?id=120168&action=review)
Table inside Body(contentEditable=true)
We are proving an online editor for text. In this we have an option to include a table. For this we made body as editable by putting contentEditable="true". While putting the table inside that body and drag drop any text is misplacing the text.
Reproducible Steps:
1. Open http://elrte.org/demo
2. Delete whole content in editable area
3. Add text "sample"
4. Insert a table of 3*3 size
5. Drag and drop text("sample") into column(0,0)
Expected behavior:
Should paste the content in the column(0,0)
What happen instead:
It is pasting in the next column
Please find the attached simple test page to reproduce the same
--
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