Page 1 of 1
Space bugs in sticky notes 06/01/2015 at 08:21 #67419 | |
maxand
1637 posts |
No, these definitely are not from outer space... 1) The note as rendered always appends 1 space to the last text character, adding unnecessary length to the note - a nuisance when trying to make it fit a tight area. Thus, |ABC| is rendered as |ABCs|, where s = space character. 2) Two or more spaces typed within a line are appended to the end of the line. Thus, |ABCsDEF| is rendered as |ABCsDEFs| but |ABCsssDEF| is rendered as |ABCsDEFsss|. Bug #1 has been described before. I don't remember reading about Bug #2. I don't want to substitute other characters for spaces just to get around this. Please will a developer give these bugs his/her attention? Thank you. PS There are likely to be others (excluding feature requests for enhancements). Perhaps anyone else who knows of another reproducible bug pertaining to sticky notes can add it to this thread. Last edited: 06/01/2015 at 11:16 by maxand Log in to reply |
Space bugs in sticky notes 06/01/2015 at 15:27 #67439 | |
clive
2789 posts |
Raised as Mantis 12260.
Log in to reply The following user said thank you: maxand |