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

Summary: Deleting lines behaves incorrectly
Product: web Reporter: Petr Jiricka <pjiricka>
Component: CSS EditorAssignee: Marek Fukala <mfukala>
Status: REOPENED ---    
Severity: normal CC: kganfield
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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