Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#57115 closed defect (bug) (reported-upstream)

Twenty Twenty-Three: Search block border-color css not applying to input box on front-end

Reported by: haritpanchal's profile haritpanchal Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.1
Component: Bundled Theme Keywords: has-patch has-unit-tests close
Focuses: ui, css Cc:

Description

While working with the Twenty Twenty-Three theme, the Search block is behaving weirdly.

On Gutenberg editor When adding any amount of border and then applying border color it shows the color but the same border color disappears on the front end.

Attachments (3)

Backend.png (7.8 KB) - added by haritpanchal 2 years ago.
Backend
Front-end.png (6.7 KB) - added by haritpanchal 2 years ago.
Frontend
57115.patch (516 bytes) - added by nidhidhandhukiya 2 years ago.

Download all attachments as: .zip

Change History (10)

@haritpanchal
2 years ago

Backend

@haritpanchal
2 years ago

Frontend

#2 @nidhidhandhukiya
2 years ago

I have reproduced this issue on WP 6.1

As per my understanding this issue is happen because in frontend side into the input

has-border-color has-primary-border-color

This classes are missing, and this same classes are available into the editor side input.
So for resolving this issue we need to add same class to the frontend also.

This ticket was mentioned in PR #3636 on WordPress/wordpress-develop by @jaedm97.


2 years ago
#3

  • Keywords has-patch has-unit-tests added

This ticket was mentioned in Slack in #core by haritpanchal. View the logs.


2 years ago

#5 @skithund
2 years ago

  • Keywords close added

Gutenberg PR 47067 fixed in core with [55246]

#6 @audrasjb
2 years ago

  • Milestone changed from Awaiting Review to 6.2

Thanks everyone!
Closing as reported-upstream since the issue appears to be solved on Gutenberg side :)

#7 @audrasjb
2 years ago

  • Milestone 6.2 deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.