Reemh / taco

This should be my master's thesis about table comparison.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Fix that the rows colors override the columns in the merge/split visualization #9

Closed Reemh closed 9 years ago

Reemh commented 9 years ago

Related to issue #7 They are unlike the add/delete operation because each merge/split operation is drawn first (for both the removed and added columns/rows) unlike the add/delete where first we visualize what is added then what is deleted which results in red override green. The solution would be in changing the current data structure.

Reemh commented 9 years ago

Other solution would be to use z-index and manually specify the position of each change (add/remove/merge etc.) http://www.w3schools.com/cssref/pr_pos_z-index.asp

Reemh commented 9 years ago

fixed b8c2ae6eacbe6a37077a93abe7b61d3fc72d3c7a using the z-index style