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 77091

Summary: Annotations defects
Product: versioncontrol Reporter: martin_hasaj <martin_hasaj>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description martin_hasaj 2006-05-30 15:24:21 UTC
netbeans-6_0-qbuild-bin-200605292230-windows-29_May_2006_2230

While I'm browsing code with shown annotations I invoke pop-up menu over them
and select for example "Rollback to 1.2" action. After that, file is rolled back
and  anotaions disappear. I think that rollback should not hide them.

The second thing is undo action. Try to write new line. It correctly don't show
the annotation to new line because it's not versioned. But after Ctrl+Z
combination the line is erased but the previouse annotations doesn't appear right.

It's somehow strange with the erasing text with Backspace as well, but I can't
tell what's happening there.