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 228904 - Open action does not open designer
Summary: Open action does not open designer
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-04-23 14:33 UTC by Jiri Skrivanek
Modified: 2013-04-29 06:43 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 Jiri Skrivanek 2013-04-23 14:33:57 UTC
Open action on Form node does not open designer but source code. To reproduce:

- create java project
- create JFrame Form
- it is opened in Source view but it used to be in Design view
- close the file
- right-click NewJFrame node and choose Open
- it is again opened in Source mode instead of Design mode

Product Version: NetBeans IDE Dev (Build 201304222301)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Tomas Pavek 2013-04-23 15:11:58 UTC
I'd suspect the recent changes in multiview since nothing was done in GUI builder itself.
Comment 2 Theofanis Oikonomou 2013-04-24 11:59:18 UTC
Fixed: http://hg.netbeans.org/core-main/rev/e7a452fb2014
Comment 3 Quality Engineering 2013-04-28 02:17:30 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e7a452fb2014
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: #228904 - Open action does not open designer