Bug 900424 (JBPAPP6-755)
| Summary: | Installer: Text in the MavenRepoCheckPanel does not wrap around | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Thomas Hauser <thauser> | ||||||
| Component: | Installer | Assignee: | Dustin Kut Moy Cheung <dcheung> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | bgeorges, dcheung | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | EAP 6.0.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-755 | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: |
Fedora 16 32bit
|
|||||||
| Last Closed: | 2012-06-05 05:05:28 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Thomas Hauser
2012-05-11 18:45:38 UTC
screen of issue Attachment: Added: issue.png Link: Added: This issue is a dependency of JBPAPP-8085 Attachment: Added: JBPAPP-9901-patch.png In the eng.xml text, the MavenRepoCheckPanel.info have <br/> tags to tell Izpack when to "break" the text into several lines. When the translations were done the br tags never moved. However the length of the french translation (for example) between 2 br tags will be different from eng.xml. The fix being proposed is to remove all <br/> tags from the text translations, and instead make Izpack inject those tags at runtime. Izpack will count the number of characters per text and once it has reached, say, 110 characters, it will insert a <br/> tag in between a whitespace. Unfortunately japanese characters take 2 latin characters in terms of horizontal space. So we also take that into account when injecting br tags. Commit for this fix: http://git.app.eng.bos.redhat.com/?p=jbossas-installer.git;a=commit;h=92faedf1625d1a273f26a259e05675d1b9409d9c http://git.app.eng.bos.redhat.com/?p=izpack.git;a=commit;h=e9e3c7d58d52f5618ec4b3d879d0cd12ee10f0fe Also, on issue.png, you'll see that the text area for the m2 location is too long. Apparently the length of that text area is determined by the length of the radio option above it. This was also fixed so that the radio options text wrap around if it's too long. verified Link: Removed: This issue is a dependency of JBPAPP-8085 Release Notes Docs Status: Added: Not Required Release Notes Docs Status: Removed: Not Required Docs QE Status: Removed: NEW |