[Webkit-unassigned] [Bug 40342] New: visbility:hidden element should accept text insertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 16:01:52 PDT 2010


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

           Summary: visbility:hidden element should accept text insertion
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


Created an attachment (id=58194)
 --> (https://bugs.webkit.org/attachment.cgi?id=58194)
test case

It's hard to write a testcase for this, but here's what I came up with. Basically, it's possible to have a focused, but visibility:hidden element. In Gecko, that element still receives key events and allows text input. In WebKit, it receives key events, but only does one text insertion. 

My opinion is that text insertion (include line-breaks) should work. If the element is receiving key events, it should also allow text insertion. I can also think of valid use-cases enabled by allowing text insertion in this case.

Related: bug 30116 and bug 40338.

-- 
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