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

very nice, but when running from XUL need namespace #16

Open
Noitidart opened this issue Feb 8, 2014 · 0 comments
Open

very nice, but when running from XUL need namespace #16

Noitidart opened this issue Feb 8, 2014 · 0 comments

Comments

@Noitidart
Copy link

this thing is super. it should be updated to use gradient rather than data urls for the gradients.

however for firefox, i dump objects to a new tab. i used this, but it was creating the table and the tr would not be a new row. it would be a huge table in one line. i finally figured out the problem.

it was creating a XUL element.

so createElement needs to updated to:
createElementNS('http://www.w3.org/1999/xhtml', type);

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