Changeset 453

Show
Ignore:
Timestamp:
2007-07-15 23:25:15 (17 months ago)
Author:
alfonsoml
Message:

Fix for #583 Firefox was generating nowrap="" in cells

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_tablecell.html

    r132 r453  
    8888 
    8989                if ( GetE('selWordWrap').value == 'false' ) 
    90                         aCells[i].noWrap = true ; 
     90                        SetAttribute( aCells[i], 'noWrap', 'nowrap' ) ;   
    9191                else 
    9292                        aCells[i].removeAttribute( 'noWrap' ) ; 
  • FCKeditor/trunk/_whatsnew.html

    r451 r453  
    120120                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId and BodyClass configuration  
    121121                        settings weren't applied in the preview window.</li> 
     122                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" attribute for table cells  
     123                        was getting an empty value in Firefox. Thanks to geirhelge.</li> 
    122124        </ul> 
    123125        <h3>