Bug 1318501

Summary: The selectlist used for remove item is too expanded to cover the check-box
Product: [Community] Bugzilla Reporter: Rony Gong 🔥 <qgong>
Component: User InterfaceAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: huiwang, jmcdonal, mtahir, qgong
Target Milestone: 5.0Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rh-bugzilla-5.0.3-rh2.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-06 07:49:32 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:
Attachments:
Description Flags
alias
none
cc none

Description Rony Gong 🔥 2016-03-17 05:44:29 UTC
Created attachment 1137293 [details]
alias

Description of problem:
The selectlist used for remove item is too expanded to cover the check-box 

Please check the attachment directly,  this kind cover happened in many place like:
remove alias, remove cc

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

How reproducible:
100%


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Rony Gong 🔥 2016-03-17 05:44:51 UTC
Created attachment 1137294 [details]
cc

Comment 2 Jeff Fearn 🐞 2016-05-24 05:42:54 UTC
This isn't a bug IMO, you have the select focused for input, so it's over laying other components. To change that you'd have to move all the components under a drop down every time you entered a select box, which would be horrible.

Comment 3 Muhammad Tahir 2016-05-25 01:24:53 UTC
(In reply to Jeff Fearn from comment #2)
> This isn't a bug IMO, you have the select focused for input, so it's over
> laying other components. To change that you'd have to move all the
> components under a drop down every time you entered a select box, which
> would be horrible.
I have tried to reproduce it but the input never overlays the checkbox in my firefox 46.0.1

Comment 4 Rony Gong 🔥 2016-05-25 07:42:05 UTC
(In reply to Muhammad Tahir from comment #3)
> (In reply to Jeff Fearn from comment #2)
> > This isn't a bug IMO, you have the select focused for input, so it's over
> > laying other components. To change that you'd have to move all the
> > components under a drop down every time you entered a select box, which
> > would be horrible.
> I have tried to reproduce it but the input never overlays the checkbox in my
> firefox 46.0.1

@Mtahir, I still could reproduce on firefox 46.0.1
Detail steps:
1.Open a bug, then add 1 alias to this bug, save
2.Click the 'edit' link besides Alias, then click the input of remove alias, select the alias, then you will find the checkbox is covering by the expending of the alias, and I can't check the checkbox now. I need click the page's blank area, then I could check the checkbox.

Anyway, this isn't a big issue for bugzilla, we can move it to BZ5.x.

Comment 5 Jeff Fearn 🐞 2016-05-27 01:31:02 UTC
mtahir, what he means is that the drop down doesn't go away when there are no more items left in a multi-select. i.e. they have all been selected.

IMO this isn't a bug, just because you have selecetd everything doesn't mean you have finished with the widget, you might want to unselect something. That you have to change focus to see underneath it is no different than any other drop down.

Comment 6 Jeff Fearn 🐞 2016-05-27 01:34:11 UTC
What I'm going to do is set a min-height on the drop down so it looks like it's still waiting for input, which it is.

Comment 7 Rony Gong 🔥 2016-05-31 05:11:12 UTC
Tested in QA environment(5.0.3-rh1)
Result: Pass