Bug 634387
Summary: | [pt_BR][es_ES] Writing storage configuration to disk screen needs to be wider for the title to fit in. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Kenichi Takemura <ktakemur> | ||||||||
Component: | pygtk2 | Assignee: | Matthew Barnes <mbarnes> | ||||||||
Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> | ||||||||
Severity: | low | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | 6.0 | CC: | ebaak, mshao | ||||||||
Target Milestone: | rc | Keywords: | i18n | ||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2017-12-06 11:22:38 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
this screen is not expandable with mouse (resizeable) Created attachment 447633 [details]
English screen
Updating bug since I found the same issue in es_ES. Please see attachment. The title ends with 'en' but 'en disco' is pretty correct. Created attachment 447876 [details]
Screen shot es_ES
This is kind of a strange problem. anaconda wraps the gtk.MessageDialog class out of pygtk but only in order to provide similar APIs across graphical and text installation modes. We don't set the sizes on the dialog at any point. If you look carefully, it seems to me that in the pt_BR and es_ES screenshots, the title is wider than any single line of text in the main area of the dialog, whereas the en_US screenshot is the other way around. Perhaps there's something funny going on with the width calculations in that case. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
Created attachment 447600 [details] anaconda screen shot Description of problem: Screen size should be wider for the title to fit in space. The last word 'disco'(assume 'disco' is the last word for the title) does not fit properly Version-Release number of selected component (if applicable): RHEL6.0-20100909.1 How reproducible: Every time Steps to Reproduce: 1. InstallRHEL6 and select pt_BR as installation language 2. Check 'Write changes to disc' screen 3. Actual results: The last part of the title is cut off Expected results: Title fits nicely. Additional info: