#3093: Block style problem with list item
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:  SVN         
 Keywords:             |  
-----------------------+----------------------------------------------------
Description changed by garry.yao:

Old description:

> === Procedures ===
>  1. Open  the ''replace by code'' example page;
>  1. Initial the document with the following content and selection:
> {{{
> ^       <p>text</p>
>         <ol>
>                 <li>level1
>                         <ul>
>                                 <li>level2</li>
>                         </ul>
>                 </li>
>         </ol>
> ^
> }}}
>  1. Click on stylesCombo to open drop-down, select ''Blue Title'' option.
>  * Actual Result: The second level list item is not formatted.
> {{{
> <h3 style="color: Blue;">
>         text</h3>
> <ol>
>         <li>
>                 <h3 style="color: Blue;">
>                         level1</h3>
>                 <ul>
>                         <li>
>                                 level2</li>
>                 </ul>
>         </li>
> </ol>
>
> }}}

New description:

 This happened to all block style function.
 === Procedures ===
  1. Open  the ''replace by code'' example page;
  1. Initial the document with the following content and selection:
 {{{
 ^       <p>text</p>
         <ol>
                 <li>level1
                         <ul>
                                 <li>level2</li>
                         </ul>
                 </li>
         </ol>
 ^
 }}}
  1. Click on stylesCombo to open drop-down, select ''Blue Title'' option.
  * Actual Result: The second level list item is not formatted.
 {{{
 <h3 style="color: Blue;">
         text</h3>
 <ol>
         <li>
                 <h3 style="color: Blue;">
                         level1</h3>
                 <ul>
                         <li>
                                 level2</li>
                 </ul>
         </li>
 </ol>

 }}}

--

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3093#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to