Opened 3 years ago
Last modified 4 weeks ago
#55063 new defect (bug)
Twenty Eleven: Quote block italic styling works in reverse
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Bundled Theme | Keywords: | has-patch has-test-info dev-feedback |
Focuses: | css | Cc: |
Description
Hey!
I've been browsing through the trac for this issue, but I wasn't able to locate it. Here are the steps to replicate the issue:
- Activate Twenty Eleven theme
- Create a new page and add a Quote block
- Write some text. You'll notice the quote text is italic by default
- Try to make the text italic through the editor and save the changes. The output should make the text non-italic, even though it'll appear as italic in the editor.
I tested this with the latest version of Gutenberg(12.5.0) and WordPress 5.9
Attachments (2)
Change History (7)
#1
@
3 years ago
- Component changed from General to Bundled Theme
- Focuses css added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
Thanks for the report!
Reversing italics should be intentional when using the I
button. If you only want to change the (block) style, the Appearance setting in the sidebar may be more appropriate.
However, matching the editor styling to the front end would help.
This ticket was mentioned in PR #8989 on WordPress/wordpress-develop by @lakshyajeet.
5 weeks ago
#2
- Keywords has-patch added; needs-patch removed
#4
@
4 weeks ago
- Keywords has-test-info changes-requested added; needs-testing removed
Combined Bug Reproduction and Patch Test Report
Description
✅ This report can validate that the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/8989
Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.2.28
- Server: nginx/1.27.5
- Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.2.28)
- Browser: Chrome 137.0.0.0
- OS: Windows 10/11
- Theme: Twenty Eleven 4.9
- MU Plugins: None activated
- Plugins:
- Change Username 1.1
- Custom Front Page Query Modifier 1.0.0
- Test Reports 1.2.0
Testing Instructions
- Following the same styling as these previews backend, frontend
- 🐞 Clicking on the I doesn't cause any changes, no reverse italics s suggested here
Expected Results
- The text is switched to non-italics in the editor when clicking on I
- Text is shown in non-italic in the front end when the I has been clicked
Actual Results with the Patch
- ✅ Italics are reverse on I clicking.
- ✅ The text is not shown in italics in the front end.
Additional Notes
- Hey @sabernhardt I've never thought deeply about this topic. You suggest that clicking on the "I" button should cause a "Reverse Italics" effect, right? It's not super intuitive for me, but makes sense, at least the button should cause some type of switching effect, and given that the text is "italized" by default. Wasn't fully clear by reading OP report to me.
quote blocks in editor