kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Branch functionality not working from the collapsible menu #170

Open joel-clarke opened 5 years ago

joel-clarke commented 5 years ago

Describe the bug When VisualGit is run on small window sizes the top bar becomes a collapsible menu. When trying to use the branch option from this menu, none of its functionality seems to be working. This includes viewing existing branches, choosing a branch and creating a new branch. When creating a new branch, the command does get called, however the input name provided does not get appended on the end.

To reproduce Steps to reproduce the behavior:

  1. Navigate to main screen.
  2. Adjust window size until the top bar becomes the collapsible menu.
  3. Click menu button at top right corner of screen.
  4. Click 'branch' to expand.
  5. With a repo open, attempt to choose an existing branch or create a new branch

Expected behavior / Acceptance criteria When in an open repo and in the collapsible menu,

Screenshots Location: collapsedMenu Command produced when creating a branch: gitbranch

Desktop (please complete the following information): Windows 10

DionBalmforth commented 5 years ago

Approved - I was also unable to use the branch functionality when in the small window size

aorthi commented 5 years ago

Approved - able to reproduce issue on MacOS

twchen97 commented 5 years ago

Approved - I can recreate this on MacOS