Bug 573849
| Summary: | Add autocomplete support to keywords field to allow easily population | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | David Lawrence <dkl> | ||||||
| Component: | User Interface | Assignee: | David Lawrence <dkl> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | devel | CC: | nelhawar | ||||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-03-18 15:33:55 UTC | Type: | --- | ||||||
| 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
David Lawrence
2010-03-15 21:49:35 UTC
Hi Dave, I looked at the back on bz-web1 it looks really nice and works perfect only couple of things: - the list items has bullet points maybe better to remove them - The work 'false' always appears at the bottom of the list , not sure what is causing that. other than than looks good to me. Regards, Noura (In reply to comment #1) > Hi Dave, > > I looked at the back on bz-web1 it looks really nice and works perfect only > couple of things: > > - the list items has bullet points maybe better to remove them > - The work 'false' always appears at the bottom of the list , not sure what is > causing that. > > other than than looks good to me. > > Regards, > Noura Hmm, there should not be any bullet points. The javascript/css should remove those and make the list look like a scrolling selection drop down. Did you do a full shift-reload to make sure all CSS and JS were reloaded from the server? I also do not see the word "false" which may be happening for you due to the above also. Please do the shift-reload and see if it looks better. Dave Hi Dave, when trying to add the keywords in a new bug report enter_bug.cgi it works perfect, but still when trying to add them to an already existing bug report i still see the bullet points and the false word ever after shift+reload. Noura (In reply to comment #3) > Hi Dave, > > when trying to add the keywords in a new bug report enter_bug.cgi it works > perfect, but still when trying to add them to an already existing bug report i > still see the bullet points and the false word ever after shift+reload. > > Noura Ah, figured out what I did wrong. I was not loading the stylesheet properly in bug/show.html.tmpl so it should be better now. Dave Created attachment 400858 [details]
Patch to add autocomplete support to keywords text field (v2)
New patch that properly loads the autocomplete.css stylesheet.
Dave
Comment on attachment 400858 [details]
Patch to add autocomplete support to keywords text field (v2)
hey Dave,
Patch looks perfect now, and functions correctly in new reports and already existing bug reports.
Thanks,
Noura
Thanks Noura. Committed. |