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 34030 - I18N - Some parts of keyboard shortcuts window do not fully appear in other lo cales when translated and/or using larger font sizes
Summary: I18N - Some parts of keyboard shortcuts window do not fully appear in other ...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-05-30 06:44 UTC by Ken Frank
Modified: 2008-12-23 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
as it appears (20.21 KB, image/gif)
2003-05-30 16:13 UTC, Ken Frank
Details
after resize (22.14 KB, image/gif)
2003-05-30 16:14 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-05-30 06:44:52 UTC
Chinese localization will use a larger font than
default
one now used so these issues will be more visible
to them,
but this can also be viewed as a general or a11y
issue
since may be visible to users in english locale
who use
larger fonts.

Assumption is that user should be able to see
all items in a given window when it appears and
should
not need to resize it to see those things.

That is, the UI area or window should dynamically
resize
itself to show the needed contents.
(this does not apply to contents of textfields,
areas
controlled by scrollbars or vertical resizing
controls
like in options window)

To emulate in non multibyte locale without
multibyte
in messages or longer messages, you may need to
run
with fontsize 18 or 20 to see what we are seeing
with
fontsize 16.

Can team also review resizing and fontsizing
approach
in general for other parts of modules ?
Docs and others have requested that for
3.5.X and Nevada that no fixes involve actual
changing
of UI like adding, modifying or deleting a message
or UI
component as part of fixing these issues.

This issue is marked with the FONTSIZE keywork;
bugs so
marked will not appear on quality dashboards and
will not
need to be waived or fixed for English FCS
products of this
release.

For Netbeans issues, this will be marked as
blocking 33246.
Comment 1 Ken Frank 2003-05-30 16:13:26 UTC
Created attachment 10534 [details]
as it appears
Comment 2 Ken Frank 2003-05-30 16:14:17 UTC
Created attachment 10535 [details]
after resize
Comment 3 Martin Roskanin 2003-06-13 09:01:20 UTC
It is dialog for global IDE Keyboard shortcuts, not editor
keybindings. Reassigning to openide...
Comment 4 David Simonek 2003-06-13 14:59:15 UTC
Wow, not enough time left, I'll see what I can do...
Comment 5 David Simonek 2003-06-13 15:33:16 UTC
fixed in main trunk:
/cvs/core/src/org/netbeans/core/ShortcutsEditor.form,v  <-- 
ShortcutsEditor.form
new revision: 1.11; previous revision: 1.10
/cvs/core/src/org/netbeans/core/ShortcutsEditor.java,v  <-- 
ShortcutsEditor.java
new revision: 1.33; previous revision: 1.32
Comment 6 David Simonek 2003-06-13 17:18:30 UTC
fix merged into release35 branch:

/cvs/core/src/org/netbeans/core/ShortcutsEditor.form,v  <-- 
ShortcutsEditor.form
new revision: 1.10.16.1; previous revision: 1.10

/cvs/core/src/org/netbeans/core/ShortcutsEditor.java,v  <-- 
ShortcutsEditor.java
new revision: 1.32.38.1; previous revision: 1.32
Comment 7 pzajac 2003-06-18 13:45:36 UTC
[verified][030616_1][win2k]