This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262282 - Could not insert or delete any character in one point in file
Summary: Could not insert or delete any character in one point in file
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Knockout (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-31 16:25 UTC by pmaselkowski
Modified: 2016-05-31 16:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
File with broken editing (2.92 KB, application/x-php)
2016-05-31 16:25 UTC, pmaselkowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pmaselkowski 2016-05-31 16:25:13 UTC
Created attachment 159928 [details]
File with broken editing

Basically editor is stuck on div opening tag. Tried to insert space, or delete, but it looks like some hidden character is blocking edit.

This is happens only when having knockout plugin enabled.

To reproduce:
Save file with php extension, close, open again.
Go to line 58, place cursor just before <div and press Enter.

Expected:
New line should be added

Current:
Nothing happens

Extra problem:
After save, editor jumps to div's close tag line.

File is in attachment.