#3256: Justify across table cells incorrect
-------------------------------+--------------------------------------------
 Reporter:  garry.yao          |       Owner:  garry.yao   
     Type:  Bug                |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  Core : Styles      |     Version:              
 Keywords:  Confirmed Review?  |  
-------------------------------+--------------------------------------------
Changes (by garry.yao):

  * keywords:  Confirmed => Confirmed Review?
  * component:  General => Core : Styles


Old description:

> === Reproducing Procedures ===
>  1. Open  the ''replace by class'' example page;
>  1. Make the following content with the selection by click and drag over
> table cells;
> {{{
> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
>         <tbody>
>                 <tr>
>                         ^<td>
>                                 text</td>
>                         <td>
>                                 text</td>^
>                 </tr>
>         </tbody>
> </table>
> }}}
>  1. Click on 'Justify Right' to apply alignment.
>   * Actual Result: Javascript Error occurred.
>   * Expected Result:
> {{{
> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
>         <tbody>
>                 <tr>
>                         <td>
>                                 <p style="text-align:
> right;">text</p></td>
>                         <td>
>                                 <p style="text-align:
> right;">text</p></td>
>                 </tr>
>         </tbody>
> </table>
> }}}

New description:

 === Reproducing Procedures ===
  1. Open  the ''replace by class'' example page;
  1. Make the following content with the selection by click and drag over
 table cells;
 {{{
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
         <tbody>
                 <tr>
                         ^<td>
                                 text</td>
                         <td>
                                 text</td>^
                 </tr>
         </tbody>
 </table>
 }}}
  1. Click on 'Justify Right' to apply alignment.
   * Actual Result: Javascript Error occurred.
   * Expected Result:
 {{{
 <table>
         <tbody>
                 <tr>
                         <td style="text-align: right;">
                                 text</td>
                 </tr>
                 <tr>
                         <td style="text-align: right;">
                                 text</td>
                 </tr>
         </tbody>
 </table>
 }}}

--

Comment:

 Update the '''Expected Result''' of this TC.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3256#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to