antonmedv / antonmedv/codejar

Backspace forces cursor to end of text (Firefox)

Đang mở
#115 3 bình luận 1 reaction 0 người được giao Xem trên GitHub
firefox
Ngôn ngữ chính
TypeScript
Star
2k
Fork
123
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Repro steps

Using Firefox 124/125, visit https://medv.io/codejar/, focus in the editor and delete all the code.

Enter the following code:

```javascript
const greet = (name) => {
console.log(5);
}

greet("World");
```

Place the cursor after the `5` and hit the Backspace key on your keyboard.

### Expected

Deletes `5` and cursor remains between parentheses.

### Actual

Deletes `5` and cursor jumps to the end of the file.

### Environment

Firefox 124/125, Windows/macOS.

Does not reproduce in Chrome or Safari.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.