Closed (fixed)
Project:
Localization client
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2008 at 15:32 UTC
Updated:
5 Sep 2008 at 09:52 UTC
After installing FCKeditor, normal textbox to translate will have FCKeditor appearing and hiding buttons for translating. How can I dsiable FCKeditor for l10n client window? It seems l10n client gets the path from the page, so I can use l10n client in those pages where FCKeditor is disabled by its own rules.
Comments
Comment #1
seutje commentedsame problem with tinyMCE
making the l10n_client part scrollable or making it popup more if it's bigger than normal would fix this though
coz then u can reach the disable rich text editor button and the translate and copy source buttons n stuff
found a solution to my problem, dunno if this fixes urs though:
l10n_client.css adds the following:
so if u just override that to
u'll at least be able to scroll down and reach the buttons
it's not ideal, but it does the job for me ^^
Comment #2
fletchgqc commentedYou can configure FCKeditor not to be displayed using the ID string that it gives you under each window.
The other alternative is to use the FCKeditor option that disables FCKeditor unless the text box is larger than e.g. 6 lines.
Comment #3
seutje commentedyeah I switched to FCKeditor
id is "edit-target"
Comment #4
fletchgqc commented