Bug 1254087
Summary: | Component field got truncated when component string is very long | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Bugzilla | Reporter: | Rony Gong 🔥 <qgong> | ||||
Component: | Bugzilla General | Assignee: | PnT DevOps Devs <hss-ied-bugs> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.4 | CC: | jmcdonal, mtahir, qgong | ||||
Target Milestone: | 4.4 | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | 4.4.10045.3 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-12-16 02:13:48 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: |
|
Currently this wraps, but if you have a component with a name that fills up the widget then end of the widget is under the arrow widget making it hard to read. This css should fix it: .selectize-input .item { max-width: 24em; } Tested on QA environment(bzperfweb01.app.qa) with version(4.4.10043-2, DB: psql) Result: Pass This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug. |
Created attachment 1063646 [details] screen capture in 4.4.9039.1 Description of problem: Component field got truncated when component string is very long Version-Release number of selected component (if applicable): 4.4.9039-1 How reproducible: Always Steps to Reproduce: 1.Create a rhel7 bug, then select component 'Red_Hat_Enterprise_Linux-Release_Notes-7-zh-TW', save 2. 3. Actual results: The component field value got truncated Expected results: not truncated, It is better show in 1 lines, but in 2 lines also acceptable. Additional info: check attachment