Make WordPress Core

Opened 3 years ago

Last modified 14 months ago

#51090 new defect (bug)

Twenty Nineteen: Gutenberg default displayed color picker is not working

Reported by: kishanjasani's profile kishanjasani Owned by:
Milestone: Awaiting Review Priority: normal
Severity: major Version: 5.5
Component: Bundled Theme Keywords: has-patch
Focuses: Cc:

Description

To Re-produce issue :

Activate twenty nineteen theme.

Now Add Paragraph block to post or page and select some text manually.

Go to More Rich Text control -> Select Text Color

https://user-images.githubusercontent.com/18453994/90142424-f9dd8300-dd99-11ea-8649-a785ea80e38a.gif

Actually a CSS classes for theme_support editor-color-palette is not working.

Please have a look at /sass/blocks/_blocks.scss

CSS of that generated classes are not applied properly.

It's also not working on color pallate too.

Attachments (2)

51090.patch (1.5 KB) - added by wpamitkumar 3 years ago.
51090-2.patch (1.7 KB) - added by wpamitkumar 3 years ago.
Please check this patch for WordPress/wordpress-develop git repo.

Download all attachments as: .zip

Change History (5)

#1 @wpamitkumar
3 years ago

  • Keywords has-patch added; needs-patch removed
  • Severity changed from normal to major

Hi @kishanjasani, welcome to WordPress Core Trac!

I have added a fix for this CSS loading issue which will resolve the current issue.

@wpamitkumar
3 years ago

#2 @SergeyBiryukov
3 years ago

  • Component changed from Themes to Bundled Theme
  • Keywords needs-design removed
  • Summary changed from Gutenberg default displayed color picker is not working ( Twenty Nineteen Theme ) to Twenty Nineteen: Gutenberg default displayed color picker is not working

@wpamitkumar
3 years ago

Please check this patch for WordPress/wordpress-develop git repo.

#3 @nayana123
14 months ago

Checked with the latest version of WP and it's looking good.

Note: See TracTickets for help on using tickets.