mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.04k stars 49 forks source link

Text input indicator disappears #9

Closed GitBruno closed 4 years ago

GitBruno commented 5 years ago
  1. Type a paragraph
  2. Click inside the paragraph

    Text input indicator missing

mb21 commented 5 years ago

Curious, I cannot reproduce this on macOS 10.14.3. What platform are you on?

Does it have to be a multiline-paragraph, or..?

GitBruno commented 5 years ago

Same MacOS 10.14.3

But I forgot to mention that I work in split view :)

mb21 commented 5 years ago

Ah, you're clicking on the paragraph in the preview? Yes, then the cursor disappears. Never thought about it, but yes, that could be changed...

GitBruno commented 5 years ago

I am on the editing side. But yes, that would be nice. 👍

I did not realise my view was not 100% Setting View > Actual Size fixed the problem. (Huge type! Would be good to have a font pref)

Back to the problem:

Zoom out twice cmd -- (2, 5, 7, 9,11 or more) and the input indicator disappears.

mb21 commented 5 years ago

This has probably something to do with the codemirror editor losing focus...

mb21 commented 4 years ago

Okay, zooming out now doesn't make the cursor disappear anymore... so I guess this bug can be closed?

(clicking the preview still does... but I don't think there's any reasonable way to change that in an electron app, which wouldn't break other things... an also many native apps behave this way..)