Summary: | REGRESSION (r179429): Backspace key does not work in Facebook comment fields | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Adamson <invalidname> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, webkit-bug-importer, ysuzuki |
Priority: | P1 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.10 |
Description
Chris Adamson
2015-02-13 16:52:17 PST
I could reproduce with nightly r180087. We need to bisect to find out what change broke this. Turns out that this regressed with http://trac.webkit.org/changeset/179429 *** This bug has been marked as a duplicate of bug 141859 *** Oops, it's my fault. Thank you for investigating it! After investigating the cause, it seems that, when window.Symbol is exposed, Object.getOwnPropertySymbols and the latest ES6 iterator interface are also required. So I'm now fixing this issue by hiding window.Symbol object to user web pages. It allow inspector to continue to use Symbol and its' already used. |