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

TbWizard issue in IE 8 #116

Closed
mdtyrrell opened this issue Nov 16, 2012 · 4 comments
Closed

TbWizard issue in IE 8 #116

mdtyrrell opened this issue Nov 16, 2012 · 4 comments
Labels

Comments

@mdtyrrell
Copy link

The Bootstrap Wizard appears to use a JavaScript Future Reserved Word ('class') as an array key.
This breaks the Next/Previous buttons in IE8 (and earlier), although why IE 8 complains whereas IE 9, Chrome FF etc. don't appear to have a problem I don't know..

I worked around it by changing 'class' to 'tabClass' in TbWizard.php (lines 96, 97 and 99) and in jquery.bootstrap.wizard.js (lines 145 & 146).

This appears to be a problem also in the original Twitter Bootstrap Wizard Plugin.

@tonydspaniard
Copy link
Contributor

Could you make a pull request? Do you have time for your update?

Thank you!

@mdtyrrell
Copy link
Author

I hope I haven't made a mess of things! It's my first time making changes through GitHub.

Cheers,

Michael

@tonydspaniard
Copy link
Contributor

This issue was fixed by @VinceG

@falk
Copy link

falk commented Jun 14, 2013

The fix does not seem to be included in yiibooster yet?

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

No branches or pull requests

3 participants