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 96743

Summary: "View source" works only after switching to source view and back
Product: guibuilder Reporter: Jiri Vagner <jvagner>
Component: App FrameworkAssignee: Joshua Marinacci <jmarinacci>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jiri Vagner 2007-02-28 08:46:52 UTC
Button "View source" in Action editor works only after first switching to source
view and back.

Steps to reproduce:
 - Create new "Desktop" and "Basic" app using wizzard in promoh
 - Invoke popup menu on Save icon and click "Set action ..."
 - Click "View source" button, it doesn't work.

... but ...

 - Close Action editor
 - Switch into source code view and back using "Source" and "Design" buttons
 - Invoke popup menu on Save icon and click "Set action ..."
 - "View source" button will work.


NetBeans IDE Dev (Build 061123)
NetBeans-form_promoh-070227.zip
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250
Comment 1 Joshua Marinacci 2007-03-13 04:19:28 UTC
I can reproduce this bug. I will fix it.
Comment 2 Joshua Marinacci 2007-03-30 21:48:09 UTC
I now force the editor to be open. This should fix it.
Comment 3 Jiri Vagner 2007-04-24 11:49:33 UTC
Now there is no "View source" button, issue becomes invalid.