Bug 68768 - REGRESSION(r95401-r95481): can't type anything in Safari 5.0.5
Summary: REGRESSION(r95401-r95481): can't type anything in Safari 5.0.5
Status: RESOLVED DUPLICATE of bug 68542
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-24 15:49 PDT by Ryosuke Niwa
Modified: 2011-09-24 21:49 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-09-24 15:49:37 PDT
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.
Comment 1 Ryosuke Niwa 2011-09-24 16:00:32 PDT
r95772: bad
r95673: bad
r95542: bad
r95481: bad
r95400: good
Comment 2 Alexey Proskuryakov 2011-09-24 21:43:16 PDT
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 ***
Comment 3 Alexey Proskuryakov 2011-09-24 21:49:20 PDT
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.