vue icon indicating copy to clipboard operation
vue copied to clipboard

Memory leak ??

Open ovaldi opened this issue 2 years ago • 4 comments

Version

2.6.14

Browser

MacOS, Chrome 96.0.4664.45

Reproduction link

https://jsfiddle.net/ToBeBest/n4gtcpea/

Steps to reproduce

  1. Click the Sign button
  2. Chrome DevTools - Memory - Take heap snapshot (Select JavaScript VM instance: fiddle.jshell.net)
  3. Filter by Detached HTMLButtonElement
  4. Now you can see the detached button as below

image

image

What is expected?

Vue should release the button

What is actually happening?

The button shows in Detached HTMLButtonElement

ovaldi avatar Nov 16 '21 03:11 ovaldi

I've tested it in Windows environment and the same thing happens.

LimeFavorCat avatar Dec 04 '21 14:12 LimeFavorCat

I think it maybe the fix has been merged but it hasn't been released yet. #10085

ota-meshi avatar Dec 20 '21 03:12 ota-meshi

It's ok on Firfox.

Kamandlou avatar Apr 23 '22 09:04 Kamandlou

Fixed by #10085

yyx990803 avatar Aug 23 '22 01:08 yyx990803