Hello

I've just discovered that the "Copy Source" makes html tags uppercase in the Opera browser (and meybe ). If you save the translation in that way, it's not showing on page later.
This bug ocurring because JQuery's .html function gets tags uppercase, so if you go without this function, all be fine.

UPD. This patch is not suitable for next version, because there is another way of storing translations in i10_client 5.x-1.x-dev - it's all about .html() there.

Anyway, I'm looking help in making this work in 5.x-1.x-dev

Comments

neochief’s picture

StatusFileSize
new599 bytes

Little easier patch:

neochief’s picture

StatusFileSize
new946 bytes
new1.03 KB

Final version.

alex.sorokin.v’s picture

Hi!
This is patch fixed bug:
special symbols are processed incorrectly (\r\n).

Example:

t("Line1\r\n
Line2\r\n
Line3
")
gábor hojtsy’s picture

Version: 5.x-1.0 » 6.x-1.x-dev
Priority: Critical » Normal
Status: Needs review » Postponed (maintainer needs more info)

Is this bug still applicable in the D6 version? I believe we reworked the handling of submissions, and worked to solve these kinds of issues quite some time ago.

gábor hojtsy’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)

Drupal 6 is not supported. The same problem was not reported for Drupal 7.