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 225192 - Deleting lines behaves incorrectly
Summary: Deleting lines behaves incorrectly
Status: REOPENED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 15:18 UTC by Petr Jiricka
Modified: 2015-08-02 20:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-01-22 15:18:56 UTC
1. Create a CSS file and type the following:

root { 
    display: block;
}

.email {

}

2. Place caret at the beginning of the line with .email and select the first rule using pressing Shift+Up 4x.

3. Press Delete to delete this rule

=> The . at the beginning of .email will be deleted as well, which is not expected.
Comment 1 Petr Jiricka 2013-02-12 15:18:38 UTC
Right now I can not reproduce any more. This may be a duplicate of bug 219853.
Comment 2 Marek Fukala 2013-07-02 13:56:17 UTC
works fine for me.
Comment 3 floam 2015-08-02 20:44:31 UTC
FWIW this reminds me very much of some OS X input strangeness which is reproducible in 10.11. http://www.openradar.me/5288750