Opened 22 months ago
Last modified 10 days ago
#40103 new defect (bug)
Twenty Seventeen: Blockquotes aligned right are not behaving as expected
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Description
When you align a blockquote to the right and have assigned sidebar widgets, Twenty Seventeen should be placing the blockquote fully in the right sidebar.
This currently isn’t working until you resize the browser window. There’s some JavaScript in the theme used to make sure the sidebar isn’t too long before moving over the blockquote - right not it looks like it's only firing on resize, but not on page load.
Here’s how a single post currently looks with an aligned right blockquote and a sidebar widget:
When the browser is resized, the blockquote is moved to its correct location:
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.


Add fix so also fires JavaScript event that determines if blockquote can be moved on page load.