| Page 1 of 1 | [ 5 posts ] |
|
initialState parameter in opera doesn't seem to be working properly. The browser adds a /null at the end of the url if I give this parameter.
|
|
What version of YUI are you using? Can you provide a small working code snippet that demonstrates the problem?
|
|
I'm using 3.3.1
Apparently, 3.4.1 seems to have solved the issue. |
|
Opera version 12
When I add initialState in history then opera appends a null in end |
|
Code sample:
<script> YUI().use('history', function (Y) { var history = new Y.History({ initialState: {tab: "hello"} }); }); </script> <div> hello1</div> |
| Page 1 of 1 | [ 5 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group