Active
Project:
Smileys
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2009 at 13:51 UTC
Updated:
1 Nov 2010 at 07:43 UTC
The string "Close window" in smileys.js is hardcoded, so it may not be localized. In general, JS strings should be wrapped as Drupal.t('string') - but in this instance it seems to break the script (on my install with FF at least), so someone with more JS skills is needed to fix this properly.
As a temporary hack for my site, I went with the localized string hardcoded instead, but that's no solution, really. We need to fix this.
Comments
Comment #1
shenzhuxi commentedI got this problem too.
Replace "Close window" with "X" is a lazy and dirty solution.