Minor Clipping Error

User avatar
usbpoweredfridge
Posts: 410
Joined: Fri Jan 17, 2014 11:08 pm
Contact:

Minor Clipping Error

Postby usbpoweredfridge » Sun Aug 10, 2014 2:30 pm

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.
User avatar
CintaNotes Developer
Site Admin
Posts: 5001
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Minor Clipping Error

Postby CintaNotes Developer » Mon Aug 11, 2014 5:42 am

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!
Alex

Return to “Bug Reports”