primevue icon indicating copy to clipboard operation
primevue copied to clipboard

ConfirmPopup: position option does nothing

Open Flink91 opened this issue 1 year ago • 2 comments

Describe the bug

Setting any value for position e.g. position: "left" has no effect

Reproducer

https://codesandbox.io/s/funny-mahavira-rtdsfl?file=/src/App.vue

PrimeVue version

3.34.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

Click the Button

Expected behavior

Popup should be on the right (or whatever value position has)

Flink91 avatar Sep 11 '23 13:09 Flink91

Bug confirmed on my side too. Took the docs' demo and just added some margin on top (just in case), and position: top. Does nothing. I don't even think the positioning feature is actually implemented?

https://github.com/primefaces/primevue/blob/1170d152bc4f4dbe15bc0ef5f77675ca3589c1db/components/lib/confirmpopup/ConfirmPopup.vue#L193-L210

tmlmt avatar Oct 22 '23 11:10 tmlmt

Bug confirmed on my side too. Took the docs' demo and just added some margin on top (just in case), and position: top. Does nothing. I don't even think the positioning feature is actually implemented?

++ Looks like it's not implemented at all, as the position option is ignored in this component

obuhhh avatar Apr 29 '24 09:04 obuhhh

same here v4.0.0

HppZ avatar Jul 15 '24 13:07 HppZ