khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Chrome Render Issue - child branches do not render in correct spot. #18

Closed gamebenchjake closed 9 years ago

gamebenchjake commented 9 years ago

When inserting children into a branch, Chrome does not always render the children in the right position on the page. Firefox and Safari work fine on OSX and Ubuntu.

No exceptions are raised, and the (uid/parent_uid)s match up properly

Tested Chrome and Chrome Beta on Ubuntu 14.04 and OSX Mavericks, both with the issue.

Note the difference:

Chrome:

chrome_issue_table

Firefox:

firefox_table_noissue

I've been unable to narrow down why this is happening, but will keep trying to figure it out. Any insight would be appreciated.

gamebenchjake commented 9 years ago

Welp, I figured it out. It was my initial customisation of the template in order to allow sorting, before I changed directions. I'll be doing a pull request to add sort functionality based on headers sometime soon as well.