unlhcc / HCCGo

A GUI application for submitting and managing jobs at the Holland Computing Center
6 stars 4 forks source link

File Management Weirdness #144

Open CarrieBrown opened 7 years ago

CarrieBrown commented 7 years ago

I was clicking through files and accidentally clicked "Go Up" once too many times. It displayed both the parent and child folder items in the list (All items after "eric" are really in /work/swanson/cathrine98"

screen shot 2017-02-02 at 2 54 54 pm

jerroddixon commented 7 years ago

My immediate thought is this is an AngularJS $scope thing, where the underlying variable is properly handled but the graphics controlled by $scope.$apply got a little out of sync. It's happened before, but in that case the values were also getting properly updated but nothing would appear on screen. I can take a look into this as part of the update for file management I'm working on.

jerroddixon commented 7 years ago

Will review post #187