christophernoel / ext-ux-htmleditor-plugins

Automatically exported from code.google.com/p/ext-ux-htmleditor-plugins
0 stars 0 forks source link

SpecialCharacters Insert button not working #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open SpecialCharacters dialog
2. Select character(s)
3. Press Insert button

What is the expected output? What do you see instead?
Expect to see character appear in text, but character is not added to text
and you get javascript error in Firebug

What version of the product are you using? On what operating system?
latest version from SVN

Please provide any additional information below.
To fix this problem, can you change the following line (in the charWindow
declaration):
  ref: '../charView',
to:
  ref: 'charView',

This will fix the problem.

Changed source is in attachment.

Original issue reported on code.google.com by ward.deb...@gmail.com on 23 Feb 2010 at 10:53

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by justar...@gmail.com on 24 Feb 2010 at 1:29

GoogleCodeExporter commented 8 years ago
Fixed in r29

Original comment by justar...@gmail.com on 2 Apr 2010 at 4:22