[FIX] website rte: Select some text > Click on the link button > Start typing > The...
authorChristophe Matthieu <chm@openerp.com>
Wed, 19 Feb 2014 09:24:02 +0000 (10:24 +0100)
committerOlivier Dony <odo@openerp.com>
Wed, 19 Feb 2014 09:24:02 +0000 (10:24 +0100)
bzr revid: odo@openerp.com-20140219092402-bf8vkin5q07rv9bf

addons/website/static/src/js/website.editor.js

index 61e7921..8b27c97 100644 (file)
         start: function () {
             var sup = this._super();
             this.$el.modal({backdrop: 'static'});
+            this.$('input:first').focus();
             return sup;
         },
         save: function () {