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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: dimkyn, Unassigned, Mentored)

References

()

Details

(Whiteboard: [good first bug])

Attachments

(2 files)

Attached video Skill list.mp4
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.
OS: All → Windows 7
Hardware: All → HP
Status: UNCONFIRMED → NEW
Ever confirmed: true
:wbowling Any ideas why this is happening? Could you please take a look?
Flags: needinfo?(wbowling)
OS: Windows 7 → All
Hardware: HP → All
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)
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.
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)
Mentor: jgiannelos
Flags: needinfo?(jgiannelos)
Whiteboard: [good first bug]
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.

Attachment

General

Creator:
Created:
Updated:
Size: