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

add support for zoom

Open dingyaguang117 opened this issue 4 years ago • 1 comments

when vue-slicksort in a element which has zoom attribute, the offset is wrong

dingyaguang117 avatar Sep 30 '19 07:09 dingyaguang117

It is a complicated style, which many libraries don't support. It is Non-standard [MDN]. Probably the only solution relies on getComputedStyle(elWithZoom).zoom which would require knowing in advance which element(s) have zoom applied + the performance overhead of getComputedStyle, which is actually quite a lot.

ChrisRoss5 avatar Jul 29 '21 17:07 ChrisRoss5