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 156694

Summary: NB task in taskbar don't blink when BP is reached
Product: platform Reporter: zwadar <zwadar>
Component: TextAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: mkrauskopf
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description zwadar 2009-01-13 15:39:16 UTC
When execution of script stops on brakpoint, NB task in taskbar don't blink as in 6.1. Tested under WinXP and Vista.
Since I'm not using NB for anything alse than Ruby, I don't know if it is common bug in NB, or just in connection with
Ruby debugger...

(firstly mentoined in this thread, http://forums.netbeans.org/viewtopic.php?p=21358#21358, but I forgot to put it here)
Comment 1 Martin Krauskopf 2009-01-14 10:56:03 UTC
We are using org.openide.text.Line#show API, particularly:

   Line.show(Line.ShowOpenType.REUSE, Line.ShowVisibilityType.FOCUS)

According to the Javadoc or Line.ShowVisibilityType.FOCUS it should bring the editor to front. But probably it does not
in all cases. So a bug out there? Reassigning for evaluation.

The related code in the Ruby debugger is in:

  org.netbeans.modules.ruby.debugger.EditorUtils#showLine
Comment 2 mslama 2009-01-27 12:31:51 UTC
This is regression caused by fix of issue #148954. I am going to rollback this fix.