Nigel Cunningham
Nigel Cunningham
You're welcome! Unfortunately a lot of the issues are interconnected and hard to split out by themselves. A good starting point might be adding the overflow class and the allowance...
Thanks @relaxatorium for the feedback. My apologies - I had some fixes from rebasing to 0.4.3 that I missed committing. Please pull the extra commit and try again.
Hmm, something strange is going on there. getBoundingClientRect(wrapper.children[3]) is returning that the height of the table is only 705.5 (and the width is 6868px!), but the Computed style in Chrome's...
That's great to hear, @janschreieradac! Perhaps I should give an update, too: Since it looks like @relaxatorium's issue might be in Chrome itself, I've downloaded the browser source and succeeded...
I'm continuing to work on this and hope to have more commits soon that will address the issues found. Thanks for the feedback!
Ok, I've got a workaround for the issue, which gets the HTML being rendered in @raghuramvolteo's sandbox and the @relaxatorium's sample table rendering fine. I'm not happy because I want...
Great; thanks! I'started working through sample files provided with other issues too. One of them (https://github.com/pagedjs/pagedjs/issues/140) has a particularly complex table, so once I get that going we should be...
Thanks! If you have any issues, please provide some sample HTML I can test with :)
More commits as I continue to work on the other examples provided, as I find time.
Hi Dave. Yeah, I had it working perfectly earlier in the day, then made more changes for other issues. After pushing last night I retested this and found the same;...