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 106559 - I18N - 2 resize issues in rails project properties window
Summary: I18N - 2 resize issues in rails project properties window
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-06-13 19:17 UTC by Ken Frank
Modified: 2007-10-30 03:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (13.79 KB, image/gif)
2007-06-13 19:18 UTC, Ken Frank
Details
image (13.79 KB, image/gif)
2007-06-13 19:19 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-06-13 19:17:41 UTC
using pseudo lcoalized nb and running at 14 point font,
in rails project properties window are 2 resize situations

1. the label Encoding, does not show completely

2. the dropdown choices do not show completely

assumption/guideline for nb is that user should not need to resize these kind of ui elements
to see all of them.
Comment 1 Ken Frank 2007-06-13 19:18:19 UTC
Created attachment 43647 [details]
image
Comment 2 Ken Frank 2007-06-13 19:19:07 UTC
Created attachment 43648 [details]
image
Comment 3 Jiri Kovalsky 2007-07-03 13:58:30 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Torbjorn Norbye 2007-08-10 00:43:57 UTC
I think I fixed the encoding label size a short while ago (while doing mnemonics)
Comment 5 Martin Krauskopf 2007-10-26 08:42:42 UTC
I've tried with big font, and also double checked the code and this should be fixed. Also design is now that elements
stretch according to the dialog size. Actually I think I've redesigned a little bit this panel when I've been fixing
other A11Y issue.
Ken please reopen if the problem is still there for you. Thanks.

Last small little-related tweak:
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/customizer/CustomizerRun.form;
new revision: 1.6; previous revision: 1.5
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/customizer/CustomizerRun.java;
new revision: 1.8; previous revision: 1.7
Comment 6 Ken Frank 2007-10-30 03:08:06 UTC
verified.