CuteEditor changing text to lower case for style tags...

  •  10-28-2005, 12:11 PM

    CuteEditor changing text to lower case for style tags...

    Greetings,

    We are currently using your CuteEditor control, version 5.0 Build 2005-08-10.
    The editor is changing the case of style url tags.
    We have a need to preserve the case of style url tags.

    Original data before opening with CuteEdit control.
    <table style="background-image: url(/image/CaseSensitive.gif)">
       <tbody></tbody>
    </table>

    Changed data after saving (without attempting any changes) with CuteEdit control.
    <table style="background-image: url(/image/casesensitive.gif)">
       <tbody></tbody>
    </table>

    Is there any way to work around this?
    Is this a known issue that will be fixed in a future release of your product?

    Please advise.
    Thanks
     
     
View Complete Thread