Heyvaert / wiquery

Automatically exported from code.google.com/p/wiquery
0 stars 0 forks source link

JQueryCookieOption does not work in wiquery 1.5.3.1 #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use the cookieoption: tabs.setCookie(new JQueryCookieOption("tabselection"));
2. Open the page

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

Expected: Selected tab is stored/retrieved in/from a cookie
Instead: Javascript on the page crashes, all jquery code stops working

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

version: 1.5.3.1
os: windows

Additional information:

When using the JQueryCookieOption, you are supposed to also add 
CookieJavaScriptResourceReference (An optional dependency as specified on 
http://docs.jquery.com/UI/Tabs#options) to the page. However, this class seems 
to have been removed from wiquery.

Original issue reported on code.google.com by stijn.ma...@bluebilt.be on 24 Jan 2012 at 9:51

GoogleCodeExporter commented 9 years ago
readded the CookieJavaScriptResourceReference, it will be added to the header 
when a JQueryCookieOption has been set. 

Original comment by hielke.hoeve on 13 Feb 2012 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by hielke.hoeve on 13 Feb 2012 at 12:44