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

parentWidth when parent is TD with currentStyle.width:auto #14

Open
john-peterson opened this issue Jun 27, 2012 · 1 comment
Open

parentWidth when parent is TD with currentStyle.width:auto #14

john-peterson opened this issue Jun 27, 2012 · 1 comment

Comments

@john-peterson
Copy link

Is

parentWidth = getPixelWidth(object.parentElement,(object.parentElement.currentStyle.width != "auto" ? object.parentElement.currentStyle.width : "100%"));

correct when object.parentElement is a TD? Isn't it wrong to assume that a TD with currentStyle.width:auto is 100% wide?, as in this example where the TD with currentStyle.width:auto is not 100% but instead the size of another TD in the same column.

Thanks!

@Schepp
Copy link
Owner

Schepp commented Aug 15, 2012

Should be fixed with the new version of yesterday.

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