JDK-6351064 : Korean: JRE collision dialog display format is not good
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2003
  • CPU: x86
  • Submitted: 2005-11-16
  • Updated: 2010-04-04
  • Resolved: 2006-01-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u7Fixed 6 b66Fixed
Description
Reproduce:
1. install JRE 5.0u5 and 5.0u6 
2. Load the 5.0u5 static versioning clock applet (http://web-east.east/www/tests/1.6.0/6281384/files/example15005.html) into the IE browser.
3. You should see a JRE collision dialog as attachments. 

Problem:
Display format makes reader not feel well. In Korean the sentence can be displayed in two lines but not three lines. 

Resource file:
deploy/src/plugin/win32/ssv/SSV.rc
One sentense is divided into three messages: IDS_COLLISION_INFO,IDS_COLLISION_INFO2 and IDS_COLLISION_INFO3.

Comments
EVALUATION Instead of breaking up the text for the masthead and the text for the body into multiple lines and associate them with multiple controls, the fix uses one control for the masthead text and another one for the body text. The text wraps automatically within the region of the control.
01-12-2005

EVALUATION To workaround this problem, we can use only IDS_COLLISION_INFO,IDS_COLLISION_INFO2 to display the message, and keep IDS_COLLISION_INFO3 blank. I can do this part in 5.0u7. In the long run, I would like deployment team to use only 1 string for 1 message, and let the sentence wrap by itself, instead of manually wrapping the message by cutting 1 message into 3. This may cause problem if font size in the system is changed.
22-11-2005