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 34434 - I18N - Some parts of a window do not fully appear in other locales/bigger fonts
Summary: I18N - Some parts of a window do not fully appear in other locales/bigger fonts
Status: VERIFIED DUPLICATE of bug 34061
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-06-17 18:01 UTC by Ken Frank
Modified: 2008-12-22 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gif of the issue (10.26 KB, image/gif)
2003-06-17 18:03 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-06-17 18:01:36 UTC
This was filed in forte4j/core and I was asked
to open instead in issuezilla:

Bug description refers to what was seen while
using AS plugin in s1s, but developer felt it was
more general core issue:

Using pseudo localized product, with each message
or label
having additional multibyte text, and using
-fontsize 16
option, running in Chinese locale, following these
steps:
(and see attachment)

from [Runtime] tab in [Explorer] window,
Expand [Server Registry] - [Intalled Servers] -
[Sun ONE AS7]
 - [localhost:4848] , and select
[server1(localhost:80)]
from [Property] tab, click [...] in right side of
[Classpath suffix].

the Move Down button is crushed - but slightly
visible in image.Moving to core netbeans area
since the bug is in the NBClasspath Property
 editor and all users of this editor will face the
same issue in Netbeans
 and or Studio:
Here is our code:
                    Node.Property p;
                   p = new
PropertySupport.ReadWrite (
                       "NbClasspathSuffix",
//NOI18N
                      
org.openide.execution.NbClassPath.class,
                       NbBundle.getMessage
(OneServerInstanceNode.class,"
LBL_classpathsuffix"), //NOI18N
                       NbBundle.getMessage
(OneServerInstanceNode.class,"
DSC_classpathsuffix") //NOI18N
                   ) {
                       public Object getValue () {
                           try{
                            return
si.getNbClasspathSuffix();
                           }
                            catch (Exception ex){
                               
org.openide.ErrorManager.getDefault().not
ify(ex);
                               return null;
                    
                       public void setValue
(Object val){
                           try{
                              
si.setNbClasspathSuffix((org.openide.execu
tion.NbClassPath)val);
                           }
                           catch (Exception ex){
                                
org.openide.ErrorManager.getDefault().no
tify(ex);

                           }


So this editor is for all
org.openide.execution.NbClassPath.class classes
, and belongs to NeTbeans core.

                           }
                   };


       }

This will be marked as blocking task
33246
                       }


Also, the word Classpath does not show fully

--> Developer explanation of why in core
Comment 1 Ken Frank 2003-06-17 18:03:11 UTC
Created attachment 10704 [details]
gif of the issue
Comment 2 mslama 2003-06-18 12:00:52 UTC
Assigning to Dafe
Comment 3 David Simonek 2003-06-18 17:38:59 UTC
Examination showed that this bug was alerady filed and fixed under
issue 34061. Should be OK now. Closing as duplicate.

*** This issue has been marked as a duplicate of 34061 ***
Comment 4 naveen 2003-06-25 08:17:37 UTC
Build : S1Studio0617 ML Build
Pseudolocalized : Yes
OS : Win2k ZH and Sol9 Zh

Verified that the above fix works. Hence marking the bug as verified.

Thanks
Naveen