JDK-6559170 : "status" above progressbar in installer is truncated when localized
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u2
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-05-18
  • Updated: 2013-06-04
  • Resolved: 2007-05-23
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.
JDK 6 JDK 7
6u2 b03Fixed 7Fixed
Description
Please refer to the attached screenshot [10565.png]. When localized in some locales, "Status" don't fit in the space.

Tested with following pit build.
http://javaweb.sfbay/jcg/NightlyBuilds/update.int/6u2/archived/2007-05-14-int.6u2/

testcase is #10565 under http://tula.red.iplanet.com/tcm2/tcm_testcase.cgi?tcm_config=java&action=query_testcase&product_id=37&category_id=147 

Reproduces at least on Windows XP, Japanese.

Comments
EVALUATION The fix is in the Control.idt file. LbStatus needs to be widened, and the ActionText can move to the right 20 pixels.
21-05-2007