comparison src/browser/sat_browser/editor_widget.py @ 784:f3cd261ea12f

browser side: workaround for a pyjamas bug which freeze the browser in some case with addURLToText regex
author Goffi <goffi@goffi.org>
date Tue, 01 Dec 2015 13:55:01 +0100
parents 3b91225b457a
children 89a0cd2aa763
comparison
equal deleted inserted replaced
783:d24e56a5f2ef 784:f3cd261ea12f
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from sat.core.log import getLogger 20 from sat.core.log import getLogger
21 log = getLogger(__name__) 21 log = getLogger(__name__)
22 from sat_frontends.tools import strings 22 from sat_browser import strings
23 23
24 from pyjamas.ui.HTML import HTML 24 from pyjamas.ui.HTML import HTML
25 from pyjamas.ui.SimplePanel import SimplePanel 25 from pyjamas.ui.SimplePanel import SimplePanel
26 from pyjamas.ui.TextArea import TextArea 26 from pyjamas.ui.TextArea import TextArea
27 from pyjamas.ui import KeyboardListener as keyb 27 from pyjamas.ui import KeyboardListener as keyb