Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component: Primeng color picker is not working #16586

Open
DHANUSH-31 opened this issue Oct 18, 2024 · 9 comments
Open

Component: Primeng color picker is not working #16586

DHANUSH-31 opened this issue Oct 18, 2024 · 9 comments
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Milestone

Comments

@DHANUSH-31
Copy link

Describe the bug

angular version : 14
prime ng version : 9.1.3
color picker is not working

Environment

local

Reproducer

No response

Angular version

14.3.0

PrimeNG version

9.1.3

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

10.8.2

Browser(s)

chrome latest

Steps to reproduce the behavior

we have added the code for color picker and the shades are static
image

Expected behavior

image

@DHANUSH-31 DHANUSH-31 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 18, 2024
@hsel-dove
Copy link

Having the same issue on Angular v18 & PrimeNg v17.18.11.

@DHANUSH-31
Copy link
Author

any solution ?

@mrafiqk
Copy link

mrafiqk commented Oct 23, 2024

Looks like the resource images are corrupted. I replaced the images and added some style in css. It worked.
FYI:
style.css / style.scss

/* You can add global styles to this file, and also import other style files */
.p-colorpicker-panel .p-colorpicker-color {
	background: transparent url("assets/img/custom-color.png") no-repeat left top
}


.p-colorpicker-panel .p-colorpicker-hue {
	background: transparent url("assets/img/custom-hue.png") no-repeat left top !important;
}

custom-color.png
custom-color

custom-hue.png
custom-hue

@horizoncarlo
Copy link

Yep same here, Angular 18.2.8 and PrimeNG 17.18.11

image

@mertsincan mertsincan added Status: Pending Review Issue or pull request is being reviewed by Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 19, 2024
@mertsincan mertsincan added this to the 17.18.13 milestone Nov 19, 2024
@HerrTruffe
Copy link

got the same issue with angular 17.1 and and primeng 17.18

@mertsincan mertsincan modified the milestones: 17.18.13, 17.x Dec 9, 2024
@Viktor-Ivliev
Copy link

The 17.18.10 last version where it works fine, 4 versions have already been released and the bug has not been fixed. 😰

@horizoncarlo
Copy link

Eh yeah that's PrimeNG for ya

@Viktor-Ivliev
Copy link

@horizoncarlo Actually the guys do a great job (thank you for that), but sometimes they rush a lot and create bugs that paradoxically they don't rush to fix (.

@ThoSap
Copy link
Contributor

ThoSap commented Dec 29, 2024

See #13820 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
Status: No status
Development

No branches or pull requests

8 participants