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 - NB task in taskbar don't blink when BP is reached
Summary: NB task in taskbar don't blink when BP is reached
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 15:39 UTC by zwadar
Modified: 2009-02-19 22:53 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 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.