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

Problem with treeview occured in IE #1

Open
ghost opened this issue Apr 16, 2010 · 0 comments
Open

Problem with treeview occured in IE #1

ghost opened this issue Apr 16, 2010 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 16, 2010

Today, I had to face a problem with treeview that occured in IE. Unfortunately the tree does not appear like it should for example in Firefox or Safari.

Finally I've found a solution in using the old syntax of prototype to add a html-class to an element in prototype.treeview.js -> render: function():
addClassName(element, className) -> HTMLElement (see prototype api)

That fixes the treeview for IE. At least, it works for me :-) Greetings.

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

0 participants