Bug 49081 - Can't enter text in a field that becomes invisible
Summary: Can't enter text in a field that becomes invisible
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-11-05 11:29 PDT by Justin Garcia
Modified: 2012-05-25 11:19 PDT (History)
2 users (show)

See Also:


Attachments
test case (185 bytes, text/html)
2010-11-05 11:33 PDT, Justin Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2010-11-05 11:29:33 PDT
Open the attached test case, click in the text field, begin typing, then press the "Check text field value" button.  The typing is lost.
Comment 1 Justin Garcia 2010-11-05 11:33:13 PDT
Created attachment 73089 [details]
test case
Comment 2 Justin Garcia 2010-11-05 11:33:35 PDT
<rdar://problem/8636412>
Comment 3 Alexey Proskuryakov 2010-11-05 23:21:51 PDT
Wy is that bad?
Comment 4 Justin Garcia 2010-11-08 12:22:10 PST
(In reply to comment #3)
> Wy is that bad?

Well I'm not sure actually, we received a bug report about this but it was just filed with a reduction and not a link to an actual web site.  Works in FireFox btw.
Comment 5 Ryosuke Niwa 2012-05-25 11:19:04 PDT
I don't think this is a bug. When the focused element becomes invisible, we should be removing the focus automatically. See https://bugs.webkit.org/show_bug.cgi?id=47182