Changeset 1387
- Timestamp:
- 2008-01-23 03:08:51 (9 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckpanel.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js
r1384 r1387 187 187 } 188 188 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 189 197 // Be sure we'll not have more than one Panel opened at the same time. 190 198 if ( FCKPanel._OpenedPanel ) -
FCKeditor/trunk/_whatsnew.html
r1385 r1387 53 53 only when no class is present in the current element, and selecting that item will 54 54 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> 56 58 </ul> 57 59 <p>