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 - Cursor jumps to wrong position while deleting
Summary: Cursor jumps to wrong position while deleting
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 13:39 UTC by everflux
Modified: 2016-10-03 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screencast showing the problem (49.78 KB, video/webm)
2016-10-03 13:39 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
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.