Ticket #4714: plugin_js.diff
File plugin_js.diff, 702 bytes (added by , 13 years ago) |
---|
-
plugin.js
808 808 } 809 809 catch(e) 810 810 { 811 // If failed, select it as a text range. 812 range = this.document.$.body.createTextRange(); 813 range.moveToElementText( element.$ ); 814 range.select(); 811 try // XXX: Ariel hack #23976 812 { 813 // If failed, select it as a text range. 814 range = this.document.$.body.createTextRange(); 815 range.moveToElementText( element.$ ); 816 range.select(); 817 } 818 catch(e) 819 { 820 // If failed, nothing. 821 } 815 822 } 816 823 817 824 this.reset();