primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Toast: incorrect element pointers placement on the component image

Open kanishev opened this issue 1 year ago • 2 comments

Describe the bug

Hi! While exploring Toast Pass Through documentation I noticed that some of options are not correspond with pointers marked on the image above. F.e. value 5 is "messageText" but on the image it's a "messageIcon" i guess, and so on.

I thought to fix it by my own, but unfortunately I couldn't find the sources that create the image.

Reproducer

PrimeVue version

4

Vue version

4.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. Go to https://primevue.org/toast
  2. Open the Pass Through section tab

Expected behavior

No response

kanishev avatar Aug 20 '24 19:08 kanishev

We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.

github-actions[bot] avatar Aug 21 '24 11:08 github-actions[bot]

I see what you mean

image

For example Value 5 in the (Options table)[https://primevue.org/toast/#pt.doc.toast] reads messageText, however it should be messageIcon. It seems like Value 3 and Value 4 are redundant and thus everything is shifted by 1.

luke-z avatar Aug 26 '24 07:08 luke-z

Thank you @luke-z . We are working on a new PT Viewer currently. It will be fixed.

tugcekucukoglu avatar Aug 29 '24 10:08 tugcekucukoglu