RESOLVED FIXED 10976
REGRESSION: Caret can't be inserted into a INPUT=text element that is contained in a LABEL
https://bugs.webkit.org/show_bug.cgi?id=10976
Summary REGRESSION: Caret can't be inserted into a INPUT=text element that is contai...
Chris Petersen
Reported 2006-09-21 11:54:40 PDT
Using TOT Webkit nightly build (r16495), I can't place the caret into several of the input fields at http://www.super8.com/Super8/control/home. I have a reduced test case that shows this problem. Steps to reproduce: 1) Open the attached test case "super8.html" in a TOT Webkit nightly build (r16495) 2) Click on either of the two input fields on the page. Notice you get a focus ring around the field but the caret is not inserted Both input elements are conatined in a LABEL which appears to cause this problem. This works correctly in stock 10.4.7.
Attachments
Reduced test case of super8.com (268 bytes, text/html)
2006-09-21 11:56 PDT, Chris Petersen
no flags
Chris Petersen
Comment 1 2006-09-21 11:56:30 PDT
Created attachment 10689 [details] Reduced test case of super8.com
Matt Lilek
Comment 2 2006-09-21 22:05:14 PDT
Right clicking in these input fields brings up the caret and then behave as normal until deselected.
Dave Hyatt
Comment 3 2006-09-21 23:00:32 PDT
I used the method contains, which relies on the isAncestor method. Would it be ok to patch one or both of these methods to work across shadow trees or would it be better to make a new method for this. (This is one reason why XBL1 in Mozilla set a 1-way parent pointer connection to cross shadow node boundaries so that all sorts of methods like this would just work automagically.)
mitz
Comment 4 2006-09-27 06:28:48 PDT
*** Bug 10921 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 5 2006-09-27 08:37:10 PDT
See also Bug 11046 for textareas.
mitz
Comment 6 2006-10-12 17:29:14 PDT
*** Bug 11270 has been marked as a duplicate of this bug. ***
Matt Lilek
Comment 7 2006-11-11 21:59:05 PST
*** Bug 11155 has been marked as a duplicate of this bug. ***
mitz
Comment 8 2006-11-15 22:23:06 PST
Fixed by Adele in r17794
mitz
Comment 9 2006-12-17 10:56:07 PST
*** Bug 11495 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.