RESOLVED FIXED Bug 3641
Editing the last cell in a table incorrectly spills to adjacent text.
https://bugs.webkit.org/show_bug.cgi?id=3641
Summary Editing the last cell in a table incorrectly spills to adjacent text.
Byron Ellis
Reported 2005-06-21 17:40:24 PDT
For example, <table><tr><td>One</td><td>Two</td></tr></table> Place the cursor at the end of the 'o' in Two and start typing. The text is appended outside of the table and pressing "Enter" does not append a new cell.
Attachments
Table cell editing bug testcase (295 bytes, text/html)
2005-10-27 11:21 PDT, Daniel Udey
no flags
editable testcase (329 bytes, text/html)
2006-02-13 20:30 PST, Justin Garcia
no flags
Joost de Valk (AlthA)
Comment 1 2005-06-23 09:54:04 PDT
reporter, could you add a long description on how to reproduce this? i can't at this time.
Daniel Udey
Comment 2 2005-10-27 11:21:13 PDT
Created attachment 4489 [details] Table cell editing bug testcase Here is a testcase for this confirmed bug. Usage: Compile and run Blot (found in /Developer/Examples/WebKit/Blot after installing XCode 2.1) and open this file. Place the cursor after the 'o' in 'Two' and begin to type. The text will appear on the line underneath, outside of (and directly after) the <table> element, instead of inside of the table cell as one would normally expect.
Daniel Udey
Comment 3 2005-10-27 11:22:06 PDT
This bug is confirmed in the Oct 24th nightly build of WebKit+SVG
Joost de Valk (AlthA)
Comment 4 2005-12-19 14:48:18 PST
*** Bug 4934 has been marked as a duplicate of this bug. ***
Justin Garcia
Comment 5 2006-02-13 20:30:31 PST
Created attachment 6475 [details] editable testcase This takes the testcase attached by the originator and adds contenteditable="true" to the body and adds a border to the table.
Justin Garcia
Comment 6 2006-02-13 20:31:15 PST
Looks like our recent work on table editing bugs fixed this. Please verify.
Note You need to log in before you can comment on or make changes to this bug.