This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Line number in inline editor header doesn't update for edits from other inline editor #2919
Closed
Description
- Open the Getting Started project
- Open one inline editor on
<html>
and one on<body>
- Add some newlines in the
<html>
inline editor
Result: in the <body>
inline editor, the line number in the header is unchanged. The numbers increases as epxected in the gutter and the results list, however.
There's code in InlineTextEditor._updateLineRange() that's supposed to update this header (and it definitely used to work) -- so something has broken there.