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

Summary: Could not insert or delete any character in one point in file
Product: web Reporter: pmaselkowski
Component: KnockoutAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal CC: ppisl
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: File with broken editing

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.