Bug 21088

Summary: TVT2: CannotSync displayed in help instead of proper dialog message
Product: [Eclipse Project] Platform Reporter: Richard Bone <rabone>
Component: User AssistanceAssignee: Konrad Kolosowski <konradk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: camle, Kevin_Haaland
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.