Changeset 1114
- Timestamp:
- 2007-11-24 14:13:00 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/commandclasses/fcktextcolorcommand.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js
r929 r1114 142 142 FCKTools.AddEventListenerEx( oDiv, 'click', FCKTextColorCommand_AutoOnClick, this ) ; 143 143 144 if ( FCKBrowserInfo.IsSafari ) 144 // Dirty hack for Opera, Safari and Firefox 3. 145 if ( !FCKBrowserInfo.IsIE ) 145 146 oDiv.style.width = '96%' ; 146 147 … … 179 180 } 180 181 181 if ( FCKBrowserInfo.IsSafari ) 182 // Dirty hack for Opera, Safari and Firefox 3. 183 if ( !FCKBrowserInfo.IsIE ) 182 184 oDiv.style.width = '96%' ; 183 185 } -
FCKeditor/trunk/_whatsnew.html
r1113 r1114 123 123 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links 124 124 now get underlined.</li> 125 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1557">#1557</a>] The "Automatic" 126 and "More colors..." buttons were improperly styled in the color selector panels 127 (Opera too).</li> 125 128 </ul> 126 129 </li>