Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#5264 closed bug (fixed)

cookie name is: "ui-tabs-[object Object]"

Reported by: rsyring Owned by:
Priority: blocker Milestone: 1.7.3
Component: ui.tabs Version: 1.7.2
Keywords: 1.4-compat Cc: [email protected]
Blocked by: Blocking:

Description

When using the cookie feature like:

    $("#right_block").tabs({
        cookie: { expires: 30 }
    });

I get a cookie name of "ui-tabs-[object Object]"

Change History (6)

comment:1 Changed 13 years ago by rdworth

Milestone: TBD1.8
Priority: minorblocker

comment:2 Changed 13 years ago by Scott González

Keywords: 1.4-compat added

comment:3 Changed 13 years ago by Scott González

See #5065 for the solution that was used elsewhere in tabs.

comment:4 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in r3870.

comment:5 Changed 13 years ago by rdworth

Backported to 1.7.3 in r3976

comment:6 Changed 11 years ago by Scott González

Milestone: 1.81.7.3
Note: See TracTickets for help on using tickets.