Bug 726588

Summary: Language titles with long names overflow in Languages and Profile pages
Product: [Retired] Zanata Reporter: David Mason <damason>
Component: UsabilityAssignee: Alex Eng <aeng>
Status: CLOSED CURRENTRELEASE QA Contact: Ding-Yi Chen <dchen>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.3-alpha-3CC: aeng, sflaniga, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.4.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-28 07:25:29 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:

Description David Mason 2011-07-29 06:37:20 UTC
Description of problem:
Languages and projects with long titles overflow and obscure the content on zanata/profile/view and zanata/language/list


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.Sign in to Zanata as administrator
2.Create a project with a long name, or add a language with a long native name
3.view My Profile or Languages page
  
Actual results:
Project name or language native name overflow their container and obscure the description. Observed in Chrome and Firefox


Expected results:
Project or language description are visible regardless of the length of the project or language name.

Additional info:

Comment 1 David Mason 2011-07-29 07:02:59 UTC
Possible approaches:

- Truncate long names (show ellipsis) and display in full as tooltip.
- Resize title divs for longer names.
- Change from block layout to table layout (would also allow more sorting options).

Comment 2 Sean Flanigan 2011-07-29 07:13:40 UTC
I vote for the sortable table, combined with ellipses/tooltips for really, really long names.

Comment 3 Sean Flanigan 2011-09-07 04:33:42 UTC
Assigning to Scrum product owner for prioritisation.

Comment 4 Runa Bhattacharjee 2011-09-08 13:02:18 UTC
I agree with comment #2

Comment 5 Alex Eng 2011-10-19 00:25:34 UTC
Implemented:

Sortable language table in "Language Page" and reorganise "My Profile" page.
See https://github.com/zanata/zanata/commit/c1e6eaa7b5125911c17b5d5d1ebfbee73341c64e

Comment 6 Ding-Yi Chen 2011-10-19 03:12:20 UTC
VERIFIED with Zanata version 1.4.2-SNAPSHOT (20111019-1122)