steve-ochoa / osu_cs_361_longbourn

Longbourn Foxes Team Repo
1 stars 3 forks source link

github popup is not scrollable, does not prevent hide while mouse is active on popup window #43

Closed contip closed 3 years ago

contip commented 3 years ago

currently, the github popup from expert profile autohides ~3.5s after moving the mouse from the originating link, despite the fact that the user can be active in the popup window during this time, and potentially about to click a link when the window hides

additionally, there is no ability to scroll through the popup window list currently, and so only 3 projects will show depending on screen size

this should be addressed by first allowing the popup window itself to be scrollable (possibly setting a max height and then setting the overflow). it should then be figured out how to keep the window active as long as the user's mouse is within the window

contip commented 3 years ago

addressed e694421a08ab16661cb1a5ed8af1ec9f010cd174 and 0c34957c555c450bede260e533b7ec2c3652bec3

added maxheight and overflow-y to github popup (now is scrollable) removed delay on popup; now persistent until user clicks away from popup window

image