Home › Forums › General XMetaL Discussion › XMetaL Author Essent 12:the typing is lagging (slow) with increase of text size › Reply To: XMetaL Author Essent 12:the typing is lagging (slow) with increase of text size
Reply to: XMetaL Author Essent 12:the typing is lagging (slow) with increase of text size
March 22, 2019 at 1:02 pmHi Derek,
thanks for the comprehensive reply.
Trying to completely reset the css file the problem disappears.
I started to exclude half by half the css rules (binary search) to understand what was causing the problem.
Surprisingly, the para tag (most used) had a display: block; set, and removing it the problem is solved….
But removing the “display: block;” rule the paragraphs no longer go on a new line.
In the ctm file customization I tried to insert the NewLineAfterEnd option but without visual effect.