[wp-trac] [WordPress Trac] #33805: Blockquotes that directly wrap lists quote each list item
WordPress Trac
noreply at wordpress.org
Thu Sep 10 14:47:48 UTC 2015
#33805: Blockquotes that directly wrap lists quote each list item
----------------------------+-----------------------------
Reporter: krogsgard | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 4.1
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
In the visual editor, the blockquote TinyMCE button malfunctions when the
highlighted text ends in, begins with, or fully consists of an unordered
or ordered list. Example case:
[[Image(https://cldup.com/y2LdhkEQcA.png)]]
The source ends up looking like this, in that case:
{{{
<blockquote>some text outside the list:</blockquote>
<ul>
<li>
<blockquote>some item</blockquote>
</li>
<li>
<blockquote>some item</blockquote>
</li>
<li>
<blockquote>some item</blockquote>
</li>
<li>
<blockquote>some item</blockquote>
</li>
</ul>
}}}
I can't really think of a scenario where quoting each list item separately
would be preferred.
To get around it, I usually type something on a new line, blockquote it
with both ends as regular text, then delete the unnecessary bits, but
that's not a preferable experience. I've been experiencing this for a
while, but kept forgetting to report it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33805>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list