Fixed bugs in Opera 10.10 and some Opera/Win/Non-EN bugs by reverting part of r838 and using our own transformlist implementation

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1129 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-30 20:12:13 +00:00
parent 0ed21291b9
commit 0beb2f19a2
2 changed files with 20 additions and 9 deletions

View File

@@ -495,7 +495,6 @@ function svg_edit_setup() {
else {
$('#selLayerNames').attr('disabled', 'disabled');
}
};
$('#text').focus( function(){ textBeingEntered = true; } );
@@ -1591,6 +1590,11 @@ function svg_edit_setup() {
$(button).removeClass('tool_button_disabled').addClass('tool_button');
}
}
if(window.opera) {
// Fix repaint bug for Opera
$('<p/>').hide().appendTo('body').remove();
}
};
// set up gradients to be used for the buttons