Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollover on menu craps out in versions 1.6.0 and beyond #38

Closed
xavierjefferson opened this issue Mar 28, 2013 · 2 comments
Closed

Rollover on menu craps out in versions 1.6.0 and beyond #38

xavierjefferson opened this issue Mar 28, 2013 · 2 comments

Comments

@xavierjefferson
Copy link

Hi there. I know this will be difficult without html files for examples, but something changed between 1.5.13 and 1.6.0. With version 1.6.0 and beyond, I get "retainpath is null or not an object" in ie 8 - line 176; this raises the debugger. The same code yields 'o is not an object' in firefox - line 175. Snippet is below:

175 o = sf.getOptions($$),
176 not = (o.retainPath===true) ? o.$path : '',
177 $ul = $$.find('li.'+o.hoverClass).add(this).not(not).removeClass(o.hoverClass).children('ul'),

@joeldbirch
Copy link
Owner

That snippet is not from the latest version (1.6.7). Please let me know if you still see those errors after updating.

@joeldbirch
Copy link
Owner

You'll probably find that this was fixed in issue #36. But let me know otherwise, and please give me more info so I can reproduce the issue (if it still exists).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants