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 223805 - UI glitches when registering glassfish server
Summary: UI glitches when registering glassfish server
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
: 217961 225978 228298 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-13 19:55 UTC by everflux
Modified: 2013-04-17 15:20 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Label and field cut off (65.13 KB, image/png)
2012-12-13 19:55 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2012-12-13 19:55:22 UTC
[ BUILD # : 201212130001 ]
[ JDK VERSION : 1.7.0_09 ]

UI fields are cut off when registering glassfish server. I will attach a
screenshot.
('Use default ports' and 'admin port' field affected)
Comment 1 everflux 2012-12-13 19:55:43 UTC
Created attachment 129348 [details]
Label and field cut off
Comment 2 TomasKraus 2012-12-18 12:48:50 UTC
We know about this problem on some systems.
I'm going to rewrite wizard in next release and change layout to fix this issue.
Comment 3 TomasKraus 2013-03-25 16:30:06 UTC
*** Bug 225978 has been marked as a duplicate of this bug. ***
Comment 4 TomasKraus 2013-04-07 00:10:35 UTC
*** Bug 217961 has been marked as a duplicate of this bug. ***
Comment 5 TomasKraus 2013-04-07 00:12:55 UTC
*** Bug 228298 has been marked as a duplicate of this bug. ***
Comment 6 Jiri Skrivanek 2013-04-08 11:31:45 UTC
Please, fix it in 7.3.1. It has many duplicates and it is pretty visible to users. The fix should be easy enough.
Comment 7 TomasKraus 2013-04-08 12:29:19 UTC
There is not enough space for all fields on current panel so I can't change layout to make it correct in all environments with current content.

I can get some space by removing text under Domain selection ("To select an existing domain, select its name ...") and moving those notes as bottom information line.
Comment 8 Petr Hejl 2013-04-08 12:39:33 UTC
As I already suggested couple of months ago - if you need the fields in the wizard you should add one optional step rather then trying to put everything into one panel.

IIRC it even used to be that way.
Comment 9 TomasKraus 2013-04-08 12:43:51 UTC
Yes and I'm still repeating what I've told here many times (also comment #2). This wizard will be completely redesigned in 7.4.
7.3.1 release cycle is here to implement Java EE 7. I was not planning changing things that were not related to Java EE 7.
Comment 10 athompson 2013-04-08 15:46:46 UTC
(In reply to comment #9)

My (unwanted) two cents: I've been a developer for over 20 years. This is one of those very visible UI glitches which invariably colors people's opinion of a product far more than it should. This is especially true since Java's reputation isn't good when it comes to UIs--and once a product gets a "reputation", people start to look for anything validate it. Netbeans 8 isn't due out for something like six months. If it won't take too much effort, fix it now.
Comment 11 TomasKraus 2013-04-09 10:49:35 UTC
I'm working on temporary solution tor 7.3.1 now.
Comment 12 TomasKraus 2013-04-09 11:28:49 UTC
GlassFish Tooling Library:
--------------------------
changeset:   259:72228e21ef19
branch:      0.3-b036
summary:     Allow access to ConfigBuilderProvider config files.

changeset:   483:aa01335fe1b2
summary:     Allow access to ConfigBuilderProvider config files.

NetBeans web-main:
------------------
changeset:   249928:d5a46cad62fa
branch:      javaee7
summary:     #223805 - UI glitches when registering glassfish server
Comment 13 athompson 2013-04-17 15:20:33 UTC
Yup.