floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

Wrong position in Electron 21 and Vue2

Open dragos-boisteanu opened this issue 3 years ago • 4 comments
trafficstars

Hi, I observed it first in https://github.com/Akryum/vue-mention, did some research and found out the problem is from this library.

What is happening is that on web browsers: Chrome, Edge, Firefox eveything is placed where it should be. Meanwhile on Electron it gets placed in the top left corner. My guest it's that it fails to compute the translate values when it's used in Electron.

https://github.com/Akryum/vue-mention/issues/88

dragos-boisteanu avatar Oct 17 '22 12:10 dragos-boisteanu

Is there a fix for this?

jinusean avatar Jan 07 '23 09:01 jinusean

Same issue here

staticfire avatar Mar 20 '23 02:03 staticfire

same issue :(

dlohvinov avatar May 09 '23 15:05 dlohvinov

Any progress on this? Makes this library basically un-useable in electron.

h-sigma avatar Jul 01 '23 10:07 h-sigma