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 112230 - Line.SHOW_SHOW doesn't work with multiview
Summary: Line.SHOW_SHOW doesn't work with multiview
Status: RESOLVED DUPLICATE of bug 68912
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 19:47 UTC by ivan
Modified: 2008-12-22 14:11 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 ivan 2007-08-07 19:47:31 UTC
When debugging a java program with SunStudio (using the java debugging 
mode of dbx) we discovered that steps or stack navigation into java files associated
with forms doesn't work; the editor tab doesn't get fronted.
This problem exists in 5.5.1 and 6.0.
We suspect it doesn't happen to debuggerjpda because we use Line.SHOW_SHOW
while debuggerjpda uses other SHOW methods, so to reproduce, temporarily have
debuggerjpda use Line.SHOW_SHOW and see if it fails as well. (See IZ 108834)

ChihIn (Jean) Ko suspects it has to do with 
org.netbeans.core.multiview.TabsComponent.changeVisibleManually()
only calling obj.setSelected() but not okClick(). From setSelected() javadoc:

    setSelected

    public void setSelected(boolean b)

    Sets the state of the button. Note that this method does not trigger an
    actionEvent. Call doClick to perform a programatic action change.
Comment 1 Milos Kleint 2007-08-17 09:32:55 UTC
I don't follow your reasoning with changeVisibleManually(), it's possibly a duplicate of #68912
Comment 2 Milos Kleint 2007-09-11 07:12:33 UTC
duplicate of #68912

*** This issue has been marked as a duplicate of 68912 ***