kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

Node hover pop ups not always showing "Author" field #71

Closed bridgethall closed 6 years ago

bridgethall commented 6 years ago
  1. Open a repository branch.

  2. Hover mouse over a commit node. The pop-up will read as follows. popup1

  3. Zoom until branch diagram auto-resizes

  4. Hover mouse over a commit node. The pop-up now reads as follows popup2

The pop-ups should be consistent so either first pop-up should have the author field too, or the resized diagram pop-ups should have the author field removed.

This is a small issue @softeng-701

softeng-701 commented 6 years ago

@brmhall1 Is this because the first instance has two commits and in the second there's one? Possibly multiple authors in pic one?

bridgethall commented 6 years ago

@softeng-701 the pop-up information format is the same for each node regardless of the number of commits eg before auto-resize with 1 commit only image The pop-up still only has commit information and no author information. When you trigger auto resize for the diagram the pop-up format changes and then all nodes have a pop-up with an author field regardless of the number of commits per node.

softeng-701 commented 6 years ago

@brmhall1 Approved, the author info seems useful, perhaps had it for all cases...

vaishnavi-m commented 6 years ago

If anyone claims this, please tag us and let us know as it is closely related to our current issue (#24) .

sli473 commented 6 years ago

@vaishnavi-m I will claim this