[Webkit-unassigned] [Bug 52241] New: focus() in onkeypress discards input
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 11 12:40:57 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52241
Summary: focus() in onkeypress discards input
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: https://chaseonline.chase.com/public/enroll/IdentifyUs
er.aspx?LOB=RBGLogon
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tonyg at chromium.org
CC: dglazkov at chromium.org, dominicc at google.com,
eae at chromium.org
Created an attachment (id=78581)
--> (https://bugs.webkit.org/attachment.cgi?id=78581&action=review)
Testcase
Changing focus during the onkeypress handler causes the pressed key to be dropped (see attached testcase). This makes it impossible to enter a social security number on the Chase bank website.
In debug builds, I'm getting:
ASSERTION FAILED: !ec
(/Volumes/work/WebKit/Source/WebCore/dom/Range.cpp:86 WebCore::Range::Range(WTF::PassRefPtr<WebCore::Document>, WTF::PassRefPtr<WebCore::Node>, int, WTF::PassRefPtr<WebCore::Node>, int))
Copying a few people who have modified Range.cpp recently just in case they have a better idea about this.
Filed in chromium as http://crbug.com/69126
--
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