Page 1 of 1

Minor Clipping Error

Posted: Sun Aug 10, 2014 2:30 pm
by usbpoweredfridge
Found a minor clipping issue, where CintaNotes slightly re-arranges the text it has clipped. On the following page, highlight the code under the 'Chosen Solution' heading:
https://support.mozilla.org/en-US/questions/957676

That is, the first line you highlight is:
.tab-close-button *

The last line you highlight is:
}

When you clip it, ContaNotes moves the last character (the } character) onto the previous line. So, this is what you have highlighted:
.tab-close-button *
{
width: 32px !important;
height: 32px !important;
}

This is what CintaNotes clips it as:
.tab-close-button *
{
width: 32px !important;
height: 32px !important;}

Note that the closing } character is on the wrong line.

Thanks.

Re: Minor Clipping Error

Posted: Mon Aug 11, 2014 5:42 am
by CintaNotes Developer
Hi,
thanks for the report!
I confirm the bug. It's connected with the "clipping.trimwhitespace" setting.
As a workaround, you can set clipping.trimwhitespace = 0 in the cintanotes.settings file.
We'll fix the problem in the next program's update. Thanks!