[Webkit-unassigned] [Bug 23607] REGRESSION: Clicking near an contentEditable div will focus the div, even though it shouldn't!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 16:06:37 PST 2009


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





------- Comment #20 from ojan at chromium.org  2009-02-12 16:06 PDT -------
All addressed.

Two issues:
1. If the body was null, I wasn't really sure what to do. returning Position()
seems like the only option though. All the layout tests still pass, but I doubt
we have any that test a null body.
2. I just went ahead and fixed the FIXME you wanted me to file a bug for. Added
a layout test for that case as well. In the process, found a bug this code was
about to introduce. :)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list