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 64864 - I18N - some words from jsp/html pallette not from localized files
Summary: I18N - some words from jsp/html pallette not from localized files
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-21 23:15 UTC by Ken Frank
Modified: 2006-01-26 10:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
OrderedList (12.53 KB, image/png)
2005-12-21 10:36 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2005-09-21 23:15:35 UTC
when create jsp or html file, the palette lets you add elements to editor.
some popup dialogs for some elements have words in localized bundle files
but not coming from them:

1. unordered list - disc, circle, square

2. table - "The amount of space between the cells", ...between the border of the
cell....

Please check all dialogs and other things related to these pallette items
to see if any other situations of either words/labels not in bundle
or not coded so some word/label in bundle don't come from localized bundle.
Comment 1 Libor Kotouc 2005-09-22 11:20:05 UTC
I checked all dialogs and fixed two reported bugs.

Checking in Bundle.properties;
/cvs/html/src/org/netbeans/modules/html/palette/items/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in TABLECustomizer.form;
/cvs/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.form,v 
<--  TABLECustomizer.form
new revision: 1.4; previous revision: 1.3
done
Checking in TABLECustomizer.java;
/cvs/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.java,v 
<--  TABLECustomizer.java
new revision: 1.5; previous revision: 1.4
done
Checking in ULCustomizer.form;
/cvs/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.form,v  <-- 
ULCustomizer.form
new revision: 1.4; previous revision: 1.3
done
Checking in ULCustomizer.java;
/cvs/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.java,v  <-- 
ULCustomizer.java
new revision: 1.6; previous revision: 1.5
done
Comment 2 Jaroslav Pospisil 2005-12-20 10:12:50 UTC
kfrank,could zou please verify the fix?
Comment 3 Jaroslav Pospisil 2005-12-21 08:36:13 UTC
VERIFIED
Comment 4 Marek Grummich 2005-12-21 10:35:56 UTC
Sorry, I have to reopen this issue. I found other non-localized dialog yet,
please look at the attachment.
Comment 5 Marek Grummich 2005-12-21 10:36:53 UTC
Created attachment 28004 [details]
OrderedList
Comment 6 Libor Kotouc 2005-12-21 11:18:13 UTC
Isn't problem somewhere in the localization process? I see no problems in the
code. All strings in the OL customizer are read from the Bundle.properties file.
Comment 7 Libor Kotouc 2005-12-21 11:23:15 UTC
BTW, Help button is not a matter of the palette dialogs at all. There is only a
parameter set when constructing the panel instructing that Help button must be
inserted. And I would say that there is no bug in the openide's framework.

Please reopen if this is really caused by the OL Customizer implementation.
Comment 8 Marek Grummich 2006-01-26 10:26:42 UTC
verified