Closed (fixed)
Project:
Localization client
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2007 at 17:00 UTC
Updated:
8 Oct 2007 at 16:40 UTC
The problem is that the js part doesn't handle html in the source text, failing to copy it over to the edit box and to save it to the database.
It's a simple patch, just using the .html() jQuery property instead of .text()
This has already been fixed in the Drupal 5 backport.
| Comment | File | Size | Author |
|---|---|---|---|
| l10n_client_js_text2html.patch | 1.19 KB | jose reyero |
Comments
Comment #1
gábor hojtsyDid you experience this bug with the 6.x version? I tried editing stuff with HTML tags in them, and all worked without this patch.
Comment #2
jose reyero commentedWrong patch, you're right, D6 works fine without it.
So forget abt it, sorry.