[SOLVED] Dropdown problem with primevue 3.16.0+

Forum rules
Please note that response time for technical support is within 3-5 business days.
Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

12 Sep 2022, 17:07

Hi,

It seems that since 3.16.X (tested with 3.17.0 too), dropdown don't display correctly and don't works well in Atlantis theme.

Don't have the problem without atlantis theme.
Last edited by Nacros79 on 30 Jan 2023, 00:22, edited 1 time in total.
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

12 Sep 2022, 17:18

Easy to reproduce.

Use original Atlantis 2.0.0, modify 2 line in package.json :
"primevue": "3.17.0",
"vue": "3.2.39",

npm install
npm run serve

/input page
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

13 Sep 2022, 08:17

Could you describe the issue? What do you mean 'dropdown doesn't display correctly?

Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

13 Sep 2022, 10:20

3.15.0 :
Image

3.16.X and 3.17.0 :
Image

Notice the white line on the left part of the dropdown when it take focus instead of a blue line on the whole components.
Keyboard up and down key don't work anymore to select item, the focus stays on the dropdown.
If you add filter to the dropdown, it's a mess too.
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

14 Sep 2022, 08:41

Atlantis themes files are not updated yet but it's on our roadmap. For now, you could fix it, by adding these lines to the files:

src/assets/sass/variables/theme/_theme_dark.scss

Code: Select all

$inputListItemFocusBg:$shade600 !default;
$inputListItemTextFocusColor:$shade000 !default;


src/assets/sass/variables/theme/_theme_light.scss

Code: Select all

$inputListItemFocusBg:$shade300 !default;
$inputListItemTextFocusColor:$shade700 !default;

public/theme/*/theme-*.scss

Code: Select all

$highlightFocusBg: rgba($primaryColor, .24) !default;

Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

20 Sep 2022, 10:58

Can't make it works, I've updated files as you said, used sass to recompile public css but I still have the bug.
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

21 Sep 2022, 16:15

Please make sure that there are no other css styles that override the Dropdown styles.

Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

22 Nov 2022, 15:27

When will you release an updated version of Atlantis that works well with PrimeVue 3.16+ ?

I paid a template because css is not in my skills, what the point if I have to debug css of the paid template...
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

23 Nov 2022, 08:05

Currently, we are working on Accessibility and when it is completed, the next version of Designer-Vue will be released.

Thanks for your understanding!

Nacros79
Posts: 18
Joined: 19 Apr 2022, 14:26

30 Jan 2023, 00:21

Solved with Atlantis 3.0
---------------------------------------------------
Nacros
I'm french, sorry for my bad english :)

Post Reply

Return to “Atlantis - PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest