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

Don't work when using it inside in a table with padding="0" #16

Closed
josepsanzcamp opened this issue Aug 31, 2011 · 4 comments
Closed

Don't work when using it inside in a table with padding="0" #16

josepsanzcamp opened this issue Aug 31, 2011 · 4 comments

Comments

@josepsanzcamp
Copy link

Hi Adam.

I detected that when I use the columnizer plugin inside in a table that contain the attribute padding="0", the plugin removes all contents of the node.

You can see a demo of the problem in http://utest.saltos.net/columnizer/ and too you can download all test from http://utest.saltos.net/columnizer.tgz

Josep.

@josepsanzcamp
Copy link
Author

A quick fix for this bug is remove the cellpadding attribute with (for example):

$(".help").parent().parent().parent().removeAttr("cellpadding");

Josep.

@josepsanzcamp
Copy link
Author

I another time.

I detected that the bug only appear when using google chrome (14.0.835.124 beta for linux). With Firefox (nightly 9.0a1 2011-09-01) works correctly. Now, I don't know if the bug is in the jquery plugin or in the google chrome browser.

Some suggestion???

Josep.

@adamwulf
Copy link
Owner

adamwulf commented Sep 7, 2011

Thanks for the test case, i'll take a look into it.

as another work around, insert a

into the , then columnize just that div instead of the td cell.

@josepsanzcamp
Copy link
Author

OK.

Thanks for the suggestion. I changed my code to use correctly this plugin.

Josep.

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