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

TabDiv handling input differently in Firefox 3.6 and IE 8 #3

Closed
ghost opened this issue Dec 22, 2010 · 1 comment
Closed

TabDiv handling input differently in Firefox 3.6 and IE 8 #3

ghost opened this issue Dec 22, 2010 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 22, 2010

TabDiv is capable of being displayed in both Firefox and IE 8. However, TabDiv is not processing the input in IE because it is formatted differently than in Firefox. I think this is due to the use of the jQuery .text() function before .spit() is called. jQuery's API states "Due to variations in the HTML parsers in different browsers, the text returned may vary in newlines and other white space." Therefore, I don't think b=b.split("\n"); is correctly parsing in IE. One solution may be to parse based on another input, but I'm not skilled enough to modify this code. Just wanted to point it out.

How input is interpreted in Firefox:
tabstave notation=true
notes 4-5-6/3 10/4

How input is interpreted in Internet Explorer:
tabstave notation=true notes 4-5-6/3 10/4

@0xfe
Copy link
Owner

0xfe commented Mar 28, 2011

This is finally fixed. Sorry about the delay.

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

1 participant