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 212513 - REST test client - test-resbeans.html not correct in Firefox
Summary: REST test client - test-resbeans.html not correct in Firefox
Status: VERIFIED DUPLICATE of bug 159653
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 09:49 UTC by Jiri Skrivanek
Modified: 2012-05-17 10:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Browser screen shot. (17.09 KB, image/png)
2012-05-15 09:49 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-05-15 09:49:23 UTC
Created attachment 119457 [details]
Browser screen shot.

Product Version: NetBeans IDE Dev (Build 201205150400)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)

Left navigation bar of page test-resbeans.html is shrunk in Firefox. It is OK in Internet Explorer. To reproduce:

- create Java EE5 web application with GlassFish 3.1.2
- open new file wizard
- select "Web Services|RESTful Web Services from Patterns"
- click Next
- choose "Simple Root Resource" design pattern and click Next.
- provide package name, change mime-type to text/plain
- click Finish
- return valid string in getText() method
- deploy project
- right-click "RESTful Web Services" and call "Test RESTful Web Services"
- click OK in "Configure REST Test Client" dialog
- it opens Firefox browser (if it is your default) but left navigation bar is shrunk
Comment 1 Denis Anisimov 2012-05-15 10:12:44 UTC

*** This bug has been marked as a duplicate of bug 159653 ***