Closed (fixed)
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2008 at 20:37 UTC
Updated:
28 Apr 2008 at 18:42 UTC
Looks fine in FireFox, but in IE I get an error.
If I comment out lines 22 & 23 from tabs.js, it seems to work okay, but I haven't investigated what the root cause of the problem might be.
.tabs({
//selectedClass: 'active',
//fx: fx,
})
---------------------------
Error
---------------------------
A Runtime Error has occurred.
Line: 24
Error: Expected identifier, string or number
---------------------------
Comments
Comment #1
cpugeniusmv commentedI encountered the same problem and here's the solution I came up with:
Replace line 23...
fx: fx,
with this:
fx: fx
Apparently IE7 doesn't like the last comma.
Comment #2
nedjoThanks, applied.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.