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 122999 - I18N - Insert Table dialog has resize issue with its text areas
Summary: I18N - Insert Table dialog has resize issue with its text areas
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: I18N
: 123000 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-28 18:37 UTC by kaa
Modified: 2008-04-11 19:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (36.30 KB, image/jpeg)
2007-11-28 18:37 UTC, kaa
Details
image (38.88 KB, image/jpeg)
2008-01-17 14:15 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-11-28 18:37:21 UTC
build 1123, ja_JP

1. Create WebApp
2. Add html document
3. Add table from Palette

Insert Table dialog appears.
There are text areas with different size.

Assumption is that user does not need to manually resize most windows or dialogs to see all of the ui objects and
information in them. I'm running in pseudo localized locale in which each message/label is a bit longer than English to
account for that in some locales, translations result in longer strings than in english. Also am running at fontsize 16,
which is viewed as a valid font size that might be used. Resizing issues are not just related to i18n; they might show
to user in English locale if they run at larger font size.
Comment 1 kaa 2007-11-28 18:37:45 UTC
Created attachment 53615 [details]
image
Comment 2 martin_adamek 2008-01-14 14:20:53 UTC
I can't believe this is P2. Can you please reevaluate the priority?
Comment 3 Ken Frank 2008-01-15 16:36:27 UTC
The summary and details of this issue state that its a resize issue but 
this does not seem to be a resize issue unless there are some parts of that
window in gif that are not all showing.

If this is accurate, can wording and summary changed to reflect 
what the issue is about ?

ken.frank@sun.com
Comment 4 kaa 2008-01-15 16:40:29 UTC
This issue is about resize situation.
This kind of i18n problem belogs to P2 in Priority Guidelines.
See http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 5 kaa 2008-01-15 16:49:51 UTC
I think it is on resize since the dialog looks like it hasn't enough space to show all of its input areas with the same
size.
Comment 7 kaa 2008-01-17 14:14:10 UTC
Looks almost ok in NetBeans IDE 6.0 (Build 200801170000).
The only problem is with the size of digits. I used fontsize 16 option but they are shown with 11 value.
Does it expected behavior?
Comment 8 kaa 2008-01-17 14:15:09 UTC
Created attachment 55202 [details]
image
Comment 9 martin_adamek 2008-01-17 14:28:53 UTC
That's what is filed under issue 123000, but there is no specific setting for font size. It is all Swing default. But I see it is more common - some other parts of 
IDE have also unchanged font size.
Comment 10 kaa 2008-01-17 14:58:13 UTC
*** Issue 123000 has been marked as a duplicate of this issue. ***
Comment 11 kaa 2008-01-17 16:22:46 UTC
There are several issues on this for Mac OS X.
Would you please provide examples for windows.
Comment 12 kaa 2008-04-11 19:08:56 UTC
verified in trunk 0408: text areas size looks ok.
The issue 123000 looks not fixed.