[wp-trac] [WordPress Trac] #19632: It's impossible to use list indentation in WordPress
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 21 12:09:11 UTC 2011
#19632: It's impossible to use list indentation in WordPress
--------------------------+-----------------------------
Reporter: szotsaki | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 3.3
Severity: normal | Keywords:
--------------------------+-----------------------------
Edit a post either in HTML or in TinyMCE, WP will scramble the <ul> and
<li> formatting.
{{{
1.) create a list with an item
2.) use indentation (first with the TMCE buttons, then in HTML)
3.) save and debug
}}}
Example:
{{{
<ul>
<li>…</li>
<li>…</li>
<ul>
<li>…</li>
<ul>
<li>…</li>
<li>…</li>
<li>…</li>
</ul>
<li>…</li>
</ul>
</ul>
}}}
The result is:
{{{
<ul>
<li />
<li />
</ul>
<ul>
<li />
</ul>
<ul>
<li />
<li />
<li />
</ul>
<li />
}}}
The only option would be to correct this in database… but somehow I'm not
able to do that, because somehow it's still wrong.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19632>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list