Closed
Bug 803545
Opened 12 years ago
Closed 12 years ago
Should be able to enter partial needinfo flag requestee
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: joe, Assigned: dkl)
References
Details
Needinfo is great, except that you have to enter the full email address rather than just a subset of it, and it doesn't autocomplete. This is in stark contrast to assignee and CC, where you can enter a unique substring and it just works.
Assignee | ||
Comment 1•12 years ago
|
||
Not sure why it is not working for you. It seems to work fine for me when I enter :JOE, I get a drop down below the text field that has yours and other matches listed. When selecting your entry it fills in the field with your address.
Can you tell me if there is in any errors showing up in the javascript console?
dkl
Reporter | ||
Comment 2•12 years ago
|
||
Oh, I'm not seeing any dropdowns for anything right now (unrelated retina macbook bug).
However the other half of this bug is that the needinfo backend seems to not want to use unique substrings as part of needinfo. For example, I just entered "dkl@mozilla" in the "Need additional information from other" below, but it says to me "There is no user named 'dkl@mozilla'. Either you mis-typed the name or that user has not yet registered for a Bugzilla account." when I press Save Changes, which is unlike other userid entry boxes in Bugzilla.
Comment 4•12 years ago
|
||
I do get an autocomplete drop-down, which is why I filed bug 804216 separately.
Assignee | ||
Comment 5•12 years ago
|
||
Thanks. I am working on a patch to allow for user matching based on a partial user name similar to how assignee and qa contact work. So I wanted to track it here as well since that is what is not working.
dkl
Assignee: nobody → dkl
Status: NEW → ASSIGNED
OS: Mac OS X → All
Hardware: x86 → All
Summary: No autocomplete on needinfo flag assignee → Should be able to enter partial needinfo flag requestee
Assignee | ||
Comment 6•12 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.0
modified template/en/default/bug/edit.html.tmpl
modified extensions/Needinfo/Extension.pm
modified extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
renamed extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl => extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl
Committed revision 8363.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified template/en/default/bug/edit.html.tmpl
modified extensions/Needinfo/Extension.pm
modified extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
missing extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
deleted extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
Committed revision 8388.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
added extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl
Committed revision 8389.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: Needinfo → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•