Bug 1249864

Summary: Move cursor to the component closely
Product: [Community] Bugzilla Reporter: Rony Gong πŸ”₯ <qgong>
Component: User InterfaceAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Rony Gong πŸ”₯ <qgong>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4CC: jmcdonal, mtahir, qgong
Target Milestone: 4.4   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-20 23:28: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:
Description Flags
screen_capture none

Description Rony Gong πŸ”₯ 2015-08-04 02:20:49 UTC
Created attachment 1058914 [details]
screen_capture

Description of problem:
Move cursor to the component closely

When cursor focus on the single select component, the position is not right. there is a space with component "admin". the cursor should beside β€œadmin”.
[Solution]: add this css code.
.selectize-control.single.plugin-remove_button [data-value] {
    padding-right: 0 !important;
     position: relative;

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

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:
please check attachment

Expected results:


Additional info:

Comment 1 Rony Gong πŸ”₯ 2015-08-14 08:40:59 UTC
Tested on 
QA environment(bzweb01-qe) with version(4.4.9039-1, DB: mysql)
QA environment(bzperfweb01.app.qa) with version(4.4.9039-1, DB: psql )
Result: Pass

Comment 2 Matt Tyson 🀬 2015-09-20 23:28:48 UTC
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.