Bug 21088 - TVT2: CannotSync displayed in help instead of proper dialog message
Summary: TVT2: CannotSync displayed in help instead of proper dialog message
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Konrad Kolosowski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 15:32 EDT by Richard Bone CLA
Modified: 2002-08-07 09:51 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Bone CLA 2002-06-27 15:32:27 EDT
In GM1, running Nl fragments...

When you press on the synchronize button in help, on (it appears) any foreign 
language machine, you get CannotSync in the dialog.  This does not happen on 
english.  I have tried to replace a french properties file with the original 
english one and, though all other strings were in english and displayed 
correctly, the synchronize message did not change one bit. 


This bug was opened in response to TPRS ID=149

Steps to recreate:
1-Click on Help -> Help contents
2-Click on the synchronise icon on the top right corner of the panel next to 
the print page button.
Comment 1 Konrad Kolosowski CLA 2002-07-11 13:01:55 EDT
Fixes applied to files toc.jsp, ns4/toc.jsp, 
org/eclipse/help/servlet/WebappResources.java, 
org/eclipse/help/servlet/EclipseConnector.java
in HEAD.

One problem was in jsp file - null was passed when obtaining resource string, 
but this should at least display English text, as the request is not available 
in every case when resource are requested. Passing null is allowed although 
should not be used in this particular place.  The problem of not loading 
resources for a server locale, when null is passed and client locale is 
different than server locale affects infocenter scenario a lot.

Therefore, the applied fixes should be included in the 2.0.1 builds as well.