I just updated to the most recent SVN (earlier this afternoon), and I've 
noticed that the program freezes when applying character styles on Mac OS X.  
(I haven't tested it on Linux or Windows, so can't comment on those platforms.)

Has anyone else noticed this problem?

Cheers,

Rob

On Sep 15, 2010, at 2:35 PM, Pavel Sanda wrote:

> Pavel Sanda wrote:
>>> ==============================================================================
>>> --- lyx-devel/trunk/src/output_xhtml.cpp    Wed Sep 15 19:32:05 2010        
>>> (r35399)
>>> +++ lyx-devel/trunk/src/output_xhtml.cpp    Wed Sep 15 19:33:15 2010        
>>> (r35400)
>>> @@ -844,7 +844,7 @@
>>>             xs << pbegin->params().labelString();
>>>             closeLabelTag(xs, style);
>>>             // Otherwise the label might run together with the text
>>> -           xs << from_ascii(" ");
>>> +           xs << ' ';
>> 
>> crash! :)
> 
> i reverted it now so we can proceed to a6. feel free to attack it again
> when the lock is released...
> 
> pavel

Reply via email to