#4198 closed defect (bug) (fixed)
"Send to" Auto-Complete Broken When There is Greater Than One Result
Reported by: | SlothLoveChunk | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | |
Cc: |
Description
Was doing a little more testing with the private message auto-complete functionality and I stumbled across another bug. In a nutshell, if there is more than one result in the auto-complete list, upon clicking a user name it will return the inner contents of the "ac_over" <li>, not an individual user. If there is only one user name in the list all works as it should.
To replicate it's best if you have a decent amount of friends. Now:
- Head to /members/<your user name>/messages/compose/
- In the "Send to" input enter a generic string that matches at least two of your friends.
- If there is more than one result in the auto-complete dropdown click any user name and it should populate the, "send-to-input" with the inner contents of the "ac_over" <li>.
Thanks for taking a look.
P.S. I was curious if anyone has had a chance to look at the pagination bug I submitted a couple weeks ago (#4165 )? No big deal if not, just curious.
Confirmed. Looking into it.