WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 145565
[UIWebView] local storage event listeners are not triggered
https://bugs.webkit.org/show_bug.cgi?id=145565
Summary
[UIWebView] local storage event listeners are not triggered
Eugene But
Reported
2015-06-02 13:21:33 PDT
Created
attachment 254088
[details]
Test App Event listeners added via window.addEventListener('storage', listener, false); are not triggered when local storage is changed in UIWebView. Steps to Reproduce: 1.) Unarchive UIWebView.zip 2.) Build and launch attached project 3.) Observe changes of rendered text Expected Results: Rendered text should change from "Listener Page" to "modified key: test_key", because 'storage' even listener updates a document when local storage is changed. Actual Results: Page remains unchanged and always shows "Listener Page" text. Can not reproduce with WKWebView (change USE_UI_WEB_VIEW macro to 0 in ViewController.m).
Attachments
Test App
(24.47 KB, application/zip)
2015-06-02 13:21 PDT
,
Eugene But
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Eugene But
Comment 1
2015-06-02 13:22:43 PDT
rdar://21207340
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug