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 149177 - I18N - mysq server properties - some label not show completely
Summary: I18N - mysq server properties - some label not show completely
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Rob Englander
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-10-05 17:48 UTC by Ken Frank
Modified: 2008-10-13 21:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (87.13 KB, image/gif)
2008-10-05 17:49 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-10-05 17:48:48 UTC
using pseudo localized nb, 14 pt font, windows or solaris:

in the services tab, for mysql server properties window -
see gif for a label that does not show completely - using 
pseudo localized nb to represent that when translated, strings
can be longer than in english and that as per official guidelines,
user should not need to resize a window to see its complete label or other info -
though in this case, resizing does not help.

its not about length of the label string but that if its coded with using
layout manager wrt dynamic resizing, there is no need for hard coding of sizes or length.

Also, see gif, even in english the letters like p or g dont show their lower parts - this might seem silly
for english but for asian languages the context of a character is defined such that some missing lower part
of the character can cause the character to not be recognized - thus am guessing some more space between lines is needed.
Comment 1 Ken Frank 2008-10-05 17:49:25 UTC
Created attachment 71166 [details]
image
Comment 2 Rob Englander 2008-10-07 18:23:13 UTC
9b2cb66ecc35
Comment 3 Quality Engineering 2008-10-08 06:04:14 UTC
Integrated into 'main-golden', will be available in build *200810080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9b2cb66ecc35
User: Rob Englander <mindstream@netbeans.org>
Log: #149177 Make fields properly resize and maintain alignment based on variable content.
Comment 4 Ken Frank 2008-10-13 19:25:25 UTC
reopening since

a. fix might have cause problems on the basic tab - 2 labels dont show fully - see the gif

b. the bottom of letter g still does not show fully

using 1012 build, using 16pt font since its still reasonable font and fix should not depend
on font size anyway.

* Please waive this for 6.5 since today is code freeze *
Comment 5 Rob Englander 2008-10-13 19:37:10 UTC
The reported bug was for the Admin Properties tab, not the basic tab.  The fix had nothing to
do with the Basic tab.  If you're reporting a bug in the Basic tab, please open a new issue
for that.

Can you explain in what label the letter "g" is not shown correctly?
Comment 6 Rob Englander 2008-10-13 19:39:18 UTC
Sorry, one more question...

I'm confused about your statement that the fix shouldn't depend on font size.  Are you
just making a general statement, or do you believe the fix made assumptions about font size?
Comment 7 Ken Frank 2008-10-13 20:45:58 UTC
thanks for clarifying, I thought perhaps the fix to the 2nd tab had impacted
the first tab; I will verify this one and file new issue.

as to the comment about font size, it was just in general; sometimes
in these kinds of issues its fixed still using some specific sizes,
although bigger than initial sizes, versus coding for dynamic resizing,
that, when I saw problem in first tab and thought it was related to fix
for 2nd tab, I thought fix might have been related to still using fixed sizes.

ken.frank@sun.com
Comment 8 Ken Frank 2008-10-13 20:46:35 UTC
v.
Comment 9 Rob Englander 2008-10-13 21:23:50 UTC
Thanks for explaining.  I wanted to be sure I understood too :)