Disabled inbuilt advanced text editing for IE9 until a bug is fixed
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1722 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1469,7 +1469,10 @@
|
||||
$('#font_size').val(elem.getAttribute("font-size"));
|
||||
$('#text').val(elem.textContent);
|
||||
if (svgCanvas.addedNew) {
|
||||
$('#text').focus().select();
|
||||
// Timeout needed for IE9
|
||||
setTimeout(function() {
|
||||
$('#text').focus().select();
|
||||
},100);
|
||||
}
|
||||
} // text
|
||||
else if(el_name == 'image') {
|
||||
|
||||
Reference in New Issue
Block a user