搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Blank lines do not show when selected, and cursor disappears

  • 2 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 macshout

more options

There are some issues around selection in Thunderbird both on Linux 16.04 (T-bird 60.2.1 (64-bit)), and Windows-7 (T-bird 45.8.0):

When any selection in a mail composition window is made, the cursor disappears, and blank lines (CR/LF only) do not appear highlighted. Contrast this with GVim or LibreOffice Writer for example in the picture included.

There are some issues around selection in Thunderbird both on Linux 16.04 (T-bird 60.2.1 (64-bit)), and Windows-7 (T-bird 45.8.0): When any selection in a mail composition window is made, the cursor disappears, and blank lines (CR/LF only) do not appear highlighted. Contrast this with GVim or LibreOffice Writer for example in the picture included.
已附加屏幕截图

所有回复 (2)

more options

That is how Thunderbird selects text. Is there some point other than it is different to a word processor.

more options

Thanks for your response.

Maybe from the example I gave you could perhaps infer where the cursor is, but there are times when I select a few empty lines, perhaps to delete them, but there is no indication of highlighting, and the cursor disappears. I usually have to unselect and do the selection again to make sure I am about to do what I intend.

Every other editor I have used (including the one I am writing this reply with) shows selected empty lines, and most show the cursor because it is also useful information, though less so than the invisible blank lines.

I did look through the code base, and given the quality of it, it seems rather incongruous that it would implement such an unusual UX for such a common operation.

I love DXR for perusing code on line, by the way.

I suppose I could try to set up a build environment, and perhaps find and suggest a 'fix'. I assume there is a debugging environment in Linux - Eclipse, perhaps?