[ 5 posts ]

vidya

  • Username: vids
  • Joined: Thu Apr 07, 2011 9:31 pm
  • Posts: 14
  • IRC: vids
  • Offline
  • Profile

YUI3's history object initialState not working in Opera

Post Posted: Thu Jan 12, 2012 9:45 pm
+0-
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.

Ryan Grove

YUI Developer

  • Username: rgrove
  • Joined: Tue Dec 09, 2008 9:55 pm
  • Posts: 275
  • Location: Portland, OR
  • Twitter: yaypie
  • GitHub: rgrove
  • Gists: rgrove
  • IRC: rgrove
  • YUI Developer
  • Offline
  • Profile

Re: YUI3's history object initialState not working in Opera

Post Posted: Fri Jan 13, 2012 10:34 am
+0-
What version of YUI are you using? Can you provide a small working code snippet that demonstrates the problem?

vidya

  • Username: vids
  • Joined: Thu Apr 07, 2011 9:31 pm
  • Posts: 14
  • IRC: vids
  • Offline
  • Profile

Re: YUI3's history object initialState not working in Opera

Post Posted: Thu Jan 19, 2012 2:51 am
+0-
I'm using 3.3.1
Apparently, 3.4.1 seems to have solved the issue.

novomanish

  • Joined: Sat Jun 16, 2012 1:47 am
  • Posts: 3
  • Offline
  • Profile
Tags:

It has reappeared in YUI 3.5.1

Post Posted: Sat Jun 16, 2012 1:49 am
+0-
Opera version 12

When I add initialState in history then opera appends a null in end

novomanish

  • Joined: Sat Jun 16, 2012 1:47 am
  • Posts: 3
  • Offline
  • Profile

Re: YUI3's history object initialState not working in Opera

Post Posted: Sat Jun 16, 2012 1:57 am
+0-
Code sample:

<script>
YUI().use('history', function (Y) {
var history = new Y.History({
initialState: {tab: "hello"}
});
});
</script>
<div> hello1</div>
  [ 5 posts ]
Display posts from previous:  Sort by  
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