Changeset 420

Show
Ignore:
Timestamp:
2007-07-08 17:40:22 (17 months ago)
Author:
alfonsoml
Message:

Fix for #946, toolbar images didn't show if the path had a space (Firefox, Opera and Safari)

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckicon.js

    r344 r420  
    7575                        eIcon.src = FCK_SPACER_PATH ; 
    7676                        eIcon.style.backgroundPosition  = '0px ' + sPos ; 
    77                         eIcon.style.backgroundImage             = 'url(' + this.Path + ')' ; 
     77                        eIcon.style.backgroundImage             = 'url("' + this.Path + '")' ; 
    7878                } 
    7979        } 
  • FCKeditor/trunk/_whatsnew.html

    r419 r420  
    100100                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples didn't work directly from 
    101101                        the Mac filesystem.</li> 
     102                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar images didn't show in non-IE 
     103                        browsers if the path contained a space.</li> 
    102104        </ul> 
    103105        <h3>