Closed
Bug 1077873
Opened 11 years ago
Closed 9 years ago
Skills suggestion list keeps going after page content ends
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dimkyn, Unassigned, Mentored)
References
()
Details
(Whiteboard: [good first bug])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141002185629
Steps to reproduce:
In the Skills section click once in the field to add a new skill.
Enter 1/more characters to see a list of skill suggestions below.
Actual results:
The list is too long and keeps going after the content of the page ends.
Expected results:
The list ends together with the content of the page.
OR
A scroll bar appears in the small window to enable user to scroll through the list of suggestions.
| Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•11 years ago
|
||
:wbowling
Any ideas why this is happening? Could you please take a look?
Flags: needinfo?(wbowling)
Comment 2•11 years ago
|
||
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: HP → All
Comment 3•11 years ago
|
||
Fixing this today. FYI, here's how the fix works:
adding this to tagit.
.tagit-autocomplete{
max-height: 20em; /* twenty rows of text */
overflow-y: scroll;
}
bonus: adding the .scroll-shadows class that is already on the locations list and changing jQueryUI's background color to white so the shadows show up.
Flags: needinfo?(wbowling)
Comment 4•11 years ago
|
||
Well I found the right place to put the styles but unfortunately the javascript which positions the auto-complete selections is placing the selection menu at 0px 0px instead of just below the text field.
I'm going to turn this into an issue with the tag-it developer, modify the plugin, and submit a pull request to him. No one should have to deal with this.
Comment 5•11 years ago
|
||
Alternatively, if one of you savvy back-end people would like to simply put a limit on the results that get sent to the tag-it autocomplete somewhere between 5–20 that would do the trick just as well.
Flags: needinfo?(jgiannelos)
Comment 6•11 years ago
|
||
https://github.com/aehlke/tag-it/issues/121 <- The issue is here.
Comment 7•11 years ago
|
||
bug fix branch started here: https://github.com/caktus/mozillians/tree/1077873-skills-run-off-page
Updated•11 years ago
|
Mentor: jgiannelos
Flags: needinfo?(jgiannelos)
Whiteboard: [good first bug]
Comment 8•9 years ago
|
||
With the recent changes on profle edit UI this no longer relevant. The autocomplete skills dropdown menu has a scroll bar now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•