On lower (ex. 1024x768) resolutions (or when there's a lot of text) the $parameter buttons obstructs the bottom part of the edit box - they cover part of the text, and don't allow to set position of the cursor by clicking. Please move it outside of the edit field (ex. below it).
Placing below into your user skin css do that:
.grid .tux-editor-actions-block .tux-editor-insert-buttons{
position: initial;
}