>On 26/09/2008 12:49, Pavel Sanda wrote:
>> Abdelrazak Younes wrote:
>>    
>>> On 26/09/2008 12:35, Pavel Sanda wrote:
>>>      
>>>> please dont remove if possible.
>>>>
>>>>        
>>> OK, I'll let it live a bit more.
>>>      
>>
>> thank you. btw do you have an idea why the cursor disappears
>> after tab 
>> in normal paragraph?
>>    
>>I guess it's eaten in the even handler in GuiView... Maybe the
>>focus is given to the status bar or something.
>>.Tab key handling is very difficult.
>
>Abdel.
>

The cursor disappears each time a disabled lfun is fired. For example,
press Ctrl-C when there is no selection, or press Ctrl-V when the
clipboard is empty. 

To solve this I think we should add:

LyXFunc.cpp: between 733-734
if (lyx_view_)
        lyx_view_->restartCursor()

because the the call to restartCursor() in line 1636 is passed by for
disabled commands.

Vincent

Reply via email to