Changeset 1387

Show
Ignore:
Timestamp:
2008-01-23 03:08:51 (9 months ago)
Author:
martinkou
Message:

Fixed #191 : Fixed the issue where special combo scrollbars disappears in Firefox in Mac OS X after FCKeditor has been hidden and re-displayed.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r1384 r1387  
    187187                } 
    188188 
     189                // Toggle the iframe scrolling attribute to prevent the panel 
     190                // scrollbars from disappearing in FF Mac. (#191) 
     191                if ( FCKBrowserInfo.IsGecko && FCKBrowserInfo.IsMac ) 
     192                { 
     193                        this._IFrame.scrolling = '' ; 
     194                        FCKTools.RunFunction( function(){ this._IFrame.scrolling = 'no'; }, this ) ; 
     195                } 
     196 
    189197                // Be sure we'll not have more than one Panel opened at the same time. 
    190198                if ( FCKPanel._OpenedPanel ) 
  • FCKeditor/trunk/_whatsnew.html

    r1385 r1387  
    5353                        only when no class is present in the current element, and selecting that item will  
    5454                        clear the current class (it does apply to any attribute, not only classes).</li> 
    55  
     55                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/191">#191</a>] The scrollbars 
     56                        are now being properly shown in Firefox Mac when placing FCKeditor inside a hidden 
     57                        div.</li> 
    5658        </ul> 
    5759        <p>