Bug 24138 - contentEditable columns do not place the cursor in the right place
Summary: contentEditable columns do not place the cursor in the right place
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 14:34 PST by Eric Seidel (no email)
Modified: 2017-07-18 08:29 PDT (History)
2 users (show)

See Also:


Attachments
test case showing editing and columns not playing nice (545 bytes, text/html)
2009-02-24 14:36 PST, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-02-24 14:34:43 PST
contentEditable columns do not place the cursor in the right place

This is undoubtably a bug in positionForCoordinates.  Probably very easy to fix.

Note that the focus ring drawing issue seen in this test is covered by bug 24136.
Comment 1 Eric Seidel (no email) 2009-02-24 14:36:27 PST
Created attachment 27936 [details]
test case showing editing and columns not playing nice
Comment 2 Eric Seidel (no email) 2009-02-24 14:37:02 PST
Actually, this bug is more general.  If you actually try to type, we don't repaint right either.  I guess we could split that part out into a separate bug too.