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 268321

Summary: Cursor jumps to wrong position while deleting
Product: php Reporter: everflux <everflux>
Component: EditorAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screencast showing the problem

Description everflux 2016-10-03 13:39:45 UTC
Created attachment 162316 [details]
screencast showing the problem

Example code, cursor is directly behind first comment, 'delete' is pressed multiple times. When hitting the whitespace cursor jumps to beginning of line.


//exit ($server->getResponse()); //for debugging
Comment 1 Tomas Mysik 2016-10-03 13:50:02 UTC
Does it happen also in other file types other than PHP? For example JavaScript, CSS, HTML etc.

Thanks.