Issue 40 in gwt-mobile-webkit: IE 6/7 typo

9 views
Skip to first unread message

gwt-mobi...@googlecode.com

unread,
Jun 5, 2013, 7:39:51 PM6/5/13
to gwt-mobi...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 40 by NathanR...@gmail.com: IE 6/7 typo
http://code.google.com/p/gwt-mobile-webkit/issues/detail?id=40

What steps will reproduce the problem?
1. Run under IE 7 (or IE 8 as IE 7)
2.
3.

What is the expected output? What do you see instead?
It crashes

What version of the product are you using? On what operating system?


Please provide any additional information below.


The problem is there is a typo in StorageImplIE6.getItem()


The fix that worked for me is:

@Override
public native String getItem(String storage, String key) /*-{
// clean key
var cleanKey = $wnd.Storage.esc(key);
this.@com.google.code.gwt.storage.client.impl.StorageImplIE6::load()();
return $wnd.ieLocalStorageEl.getAttribute(cleanKey);
}-*/;


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages