Cursor Not Showing

Hello,
There seems to be an issue with the cursor disappearing when editing code in .razor files.

To replicate this:

  1. have two .razor files open for edit (it can be split view or just code view)
  2. using the mouse, click somewhere on the code and note that the cursor is visible
  3. switch to the 2nd .razor file and again using the mouse, click somewhere on the code
  4. now, switch back to the 1st .razor file and note that the cursor is no longer visible
  5. switch to the 2nd .razor file and also note that the cursor is no longer visible

Using the cursor keys or End/Home/PgUp/PgDown does not bring the cursor into view either.

This issue does not occur when editing .razor.cs files.

RBVS ver. 1.7.0
VS ver. 17.12.4 (Community Edtn.)

Hi @ed.brown,

This probably happens because we have implemented a custom editor. We will investigate if it is somehow possible to persist the cursor position. If we find a way to do so we will implement it for sure.