Support icon indicating copy to clipboard operation
Support copied to clipboard

+N refs animation edge case

Open fbstj opened this issue 4 years ago • 1 comments

if you hover over the end of the +N extra branches label in the Commits list it can cause animation flicker where the +N is removed which "shrinks" the label from under the mouse cursor causing animation cancellation then looping when the +N is added back in.

in the case i found it was O local/master +2 and hovering close to the border would be enough to trigger the looping, as either the eventual label wasn't long enough or the in-between state was enough to cause cancellation.

fbstj avatar May 11 '20 13:05 fbstj

Yeah, it's a bit flaky right now. I'm thinking of changing this so that you need to click on the +2 to expand the stack. I want to move away from hover effects that move elements around.

GitFiend avatar May 11 '20 22:05 GitFiend