Changeset 492

Show
Ignore:
Timestamp:
2007-07-20 22:20:58 (3 years ago)
Author:
alfonsoml
Message:

Fix for #977, IE transformed the value of shape attribute to uppercase.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckxhtml_ie.js

    r308 r492  
    143143                var sShape = htmlNode.getAttribute( 'shape', 2 ) ; 
    144144                if ( sShape && sShape.length > 0 ) 
    145                         FCKXHtml._AppendAttribute( node, 'shape', sShape ) ; 
     145                        FCKXHtml._AppendAttribute( node, 'shape', sShape.toLowerCase() ) ; 
    146146        } 
    147147 
  • FCKeditor/trunk/_whatsnew.html

    r490 r492  
    134134                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a 
    135135                        SpellerPages error with ColdFusion when no suggestions where available for a word.</li> 
     136                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape" attribute of &lt;area&gt; had its 
     137                        value changed to uppercase in IE.</li> 
    136138        </ul> 
    137139        <h3>