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 123374 - I18N - bpel module has resize issue in project properties dlg
Summary: I18N - bpel module has resize issue in project properties dlg
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Catalog Support (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-12-04 16:00 UTC by kaa
Modified: 2011-10-26 11:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (55.96 KB, image/jpeg)
2007-12-04 16:01 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-12-04 16:00:24 UTC
Steps:

1. Create Bpel Module
2. Open project properties
3. Select XML Catalog from categories

Cache Location value isn't shown completely.

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'am 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 fontsize.
Comment 1 kaa 2007-12-04 16:01:55 UTC
Created attachment 53849 [details]
image
Comment 2 Ken Frank 2008-01-11 21:04:32 UTC
can this be fixed for 6.1 ?

ken.frank@sun.com
Comment 3 Sergey Lunegov 2008-01-18 11:55:22 UTC
We'll try to fix it in 6.1
Comment 4 Sergey Lunegov 2008-02-19 07:53:47 UTC
Alexey, please look at this.
Comment 5 Alexey Anjeleevich 2008-02-21 13:14:39 UTC
1. XML catalog properties panel is part of xml.catalogsupport module.
2. Cache Location value isn't shown completely, but it is represented by JTextField (not JLabel), 
   so value is not trimmed, user can see value, by scrolling content of JTextField, in my opinion this is not a bug.
Comment 6 Ayub Khan 2008-02-29 00:07:30 UTC
I think since the Cache Location value is in a JTextField, user can use mouse or keyword to scroll to the end of the
content. This is the standard way of using JTextField. ie., JTextField will have a preferred size set. Then when its
contents overflow, user can use mouse or keyword to see the rest of the clipped contents.

Lowering the priority of this bug to P3.
Comment 7 Ken Frank 2008-02-29 00:26:29 UTC
If the area is a textfield, then its true its probably not an issue in the sense
that user can use mouse to scroll over it; I think there can be a perceived resize situation
if the allocated space of the textfield is so small that it might show maybe
one or two characters only; even then user could scroll but its more inconvenient.

it really does vary when some resize situation can happen as to font size, length
of label, monitor resolution.

since there is nothing above the text field, could its width be made a bit longer
in any case ?

ken.frank@sun.com
Comment 8 Ayub Khan 2008-03-17 08:37:06 UTC
Assigning to sam.