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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user