# HG changeset patch # User Dan # Date 1237738225 14400 # Node ID 041c86ff16d5d5eb2d9cdda80cdc6a6de8f5439b # Parent a86a69394a9549d665e5bb1e58ae5fe95a1fad70 Set textarea in sidebar editor to fixed height of 360px due to webkit bug (thanks Neal) diff -r a86a69394a95 -r 041c86ff16d5 includes/clientside/sbedit.js --- a/includes/clientside/sbedit.js Sun Mar 22 00:55:06 2009 -0400 +++ b/includes/clientside/sbedit.js Sun Mar 22 12:10:25 2009 -0400 @@ -56,7 +56,7 @@ .animate({ width: 500, height: 400, top: top, left: (getWidth() / 2) - 250 }, 400, function() { var whitey = whiteOutElement(this); - $(this).append(''); + $(this).append(''); $(this).append('

' + $lang.get('etc_save_changes') + ' | ' + $lang.get('etc_cancel') + '

'); $.get(makeUrlNS('Special', 'EditSidebar', 'action=getsource&noheaders&id=' + this.item_id), {}, function(response, statustext) {