Make WordPress Core

Opened 20 months ago

Last modified 20 months ago

#55040 new defect (bug)

In WordPress 5.9 color palette overlap with circular color picker issue

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.9
Component: Editor Keywords: reporter-feedback
Focuses: ui, css Cc:

Description

In WordPress 5.9 color palette overlap with circular color picker issue are occured when we hover on circular color picker.
I have attached screenshot for it.

Attachments (2)

Screenshot 2022-02-02 at 11.32.42 AM.png (146.0 KB) - added by multidots1896 20 months ago.
added screenshot
55040.patch (437 bytes) - added by multidots1896 20 months ago.
added patch

Download all attachments as: .zip

Change History (8)

#1 @audrasjb
20 months ago

  • Component changed from General to Editor

Hello and thank you for pointing this out,

This need to be addressed on Gutenberg side. Would you mind reporting it upstream, please?
https://github.com/WordPress/gutenberg/issues

Let's keep this ticket open until it's reported on GitHub.

Thank you

#2 @audrasjb
20 months ago

  • Keywords has-patch removed

@multidots1896
20 months ago

added patch

#3 follow-up: @audrasjb
20 months ago

  • Keywords reporter-feedback added

@multidots1896 where comes the file you changed in 55040.patch?
The diff file wasn't generated against /trunk root folder, so it's not possible to apply it.

#4 in reply to: ↑ 3 @multidots1896
20 months ago

hi @audrasjb
I have taken clone by this repository http://core.svn.wordpress.org/trunk/

Last edited 20 months ago by multidots1896 (previous) (diff)

#5 follow-up: @audrasjb
20 months ago

Looking at your diff file, it is not possible to know which file you changed and therefore it's impossible to apply it elsewhere. Please generate it against trunk/src folder.

#6 in reply to: ↑ 5 @multidots1896
20 months ago

Hi @audrasjb
I think while uploading their having some mistakes sorry for issue.
here i have added correct path for applying patch file
http://core.svn.wordpress.org/trunk/wp-includes/css/dist/components/style.css

Added css in style.css file

.components-color-palette__custom-color { margin-bottom:8px;}

thanks

Note: See TracTickets for help on using tickets.