Bug 68768
Summary: | REGRESSION(r95401-r95481): can't type anything in Safari 5.0.5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | adele, ap, darin, enrica, sam |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
It appears that something regressed in WebKit1 and made it incompatible with Safari 5.0.5. I can no longer type anything in address bar, search box, or in web contents.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
r95772: bad
r95673: bad
r95542: bad
r95481: bad
r95400: good
Alexey Proskuryakov
Ryosuke, would you be willing to investigate what's causing this? I tried, but could never reproduce the problem.
*** This bug has been marked as a duplicate of bug 68542 ***
Alexey Proskuryakov
Actually, I can reproduce on another machine - not sure why I couldn't before.
The problem is that -_usesDocumentViews was removed from WebView. It can be easily put back for now, always returning true.