Issue 94453 - Textbox in Installation wizard too short
Summary: Textbox in Installation wizard too short
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: www (show other issues)
Version: current
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 3.1
Assignee: ingo.schmidt-rosbiegal
QA Contact: issues@installation
URL: http://farm4.static.flickr.com/3037/2...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 03:01 UTC by vuhung16plus
Modified: 2009-01-27 11:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description vuhung16plus 2008-09-30 03:01:50 UTC
In Vietnamese OOo 3.0.0 RC3( and RC1, RC2 as well), a text in the installation
wizard is too short and therefore it is trimmed.

http://farm4.static.flickr.com/3037/2900003947_bebc9e725f_o.jpg

Should we fix it before 3.1.0?
Comment 1 vuhung16plus 2008-10-16 04:56:28 UTC
I've found that the length of text that has been trimmed is defined in
Control.idt

It is sufficient enough to increase to text width( 21 as of now ).
I recommend 77.

OOO300_m9/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
[OOO_CONTROL_319]
en-US  = "Create a start link on desktop"

OOO300_m9/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
#Header
#Dialog_ Control Type    X       Y       Width   Height  Attributes
 Property        Text    Control_Next    Help
ReadyToInstall  DesktopLink     CheckBox        21      100     200
 10      3       CREATEDESKTOPLINK       OOO_CONTROL_319
Comment 2 vuhung16plus 2008-10-16 08:36:33 UTC
add is(IngoSchmidt) to the issue
Comment 3 ingo.schmidt-rosbiegal 2008-10-16 10:06:27 UTC
This is of course easy to fix, so we should do it for OOo 3.1. We can change the
database or try to shorten the Vietnamese string.
But please do not change the value 21 to 77. This is the wrong value. It
describes the x-position of the upper left corner. So changing from 21 to 77
shifts the checkbox to the right. The value, that can be changed is the width,
which is currently set to 200. Its maximum value can be 330. 
I would not like to change the Height, which is 10. And that means, that only
one line is allowed. In the case of an update, there is a further checkbox below
this checkbox.
So please tell me first, if it is sufficient for your string, to change the
width from 200 to 330.
Comment 4 vuhung16plus 2008-10-16 10:11:36 UTC
Looking at the screenshot 

http://farm4.static.flickr.com/3037/2900003947_bebc9e725f_o.jpg

I think that 300 ( which is 1.5 times of 200 ) is long enough to display that text.

Thanks.
Comment 5 ingo.schmidt-rosbiegal 2008-10-16 10:19:04 UTC
Yes, 300 should be more than enough. Setting target 3.1.
Comment 6 vuhung16plus 2008-10-16 10:20:33 UTC
Thanks and see you in 3.1
Comment 7 ingo.schmidt-rosbiegal 2008-12-09 12:09:16 UTC
Fixed in cws native214 for OOo 3.1
Comment 8 ingo.schmidt-rosbiegal 2008-12-15 13:25:26 UTC
Verified in cws native214. Width for this string is now 300.
Comment 9 ingo.schmidt-rosbiegal 2009-01-27 11:20:28 UTC
IS: Integrated into dev300 m40 -> closing issue.