When editing the CSS and JS files within the Template Editor, I find the Ctrl+F shortcut/Find button to find certain elements within the code invaluable. I'm currently trying to find the CSS code for a particular border.
However if I press Ctrl+F within the code area or press Find button, nothing happens at all. This used to work fine. I have tried this in several different browsers with the same issue.
Am I missing something here or is there some sort of bug?
See:
bugs.limesurvey.org/view.php?id=9944
I managed to work around it by adding following lines to cnfig.php (just after the "urlmanager" entry):
'clientScript'=>array(
'combineJs'=>false,
'compressJs'=>false,
),
Thanks Denis!