Description of problem: With the new bugzilla when I bring the mouse pointer over the name of a bugzilla user (eg in the Assigned To or CC fields etc) the mouse-over text (tooltip) shows my email address not the address of the user under the pointer. How reproducible: every time Steps to Reproduce: 1. Point to a username mailto link in a bug. Actual results: 1. My email address is shown. Expected results: 1. The user's email address to be shown.
Created attachment 313358 [details] v1 patch to fix login names appearing when mouseover usernames in bug reports Thanks for reporting the issue Jens. The attached patch should fix the problem , I have applied it to bz-web2 and seems to work fine there so now whenever you move the mouse over a name it should display the login name for that user not for the logged in user. Cheers, Noura
*** Bug 457729 has been marked as a duplicate of this bug. ***
Comment on attachment 313358 [details] v1 patch to fix login names appearing when mouseover usernames in bug reports Looks good Noura. We need to verify that this is also an upstream bug and submit a bug for them as well. I don't believe we changed anything in this part of the code ourselves. Dave
Thanks for the review Dave, committed to cvs. Noura
(In reply to comment #3) > (From update of attachment 313358 [details]) > Looks good Noura. We need to verify that this is also an upstream bug Not an upstream bug. We don't use bug_user in this template. I cannot reproduce this bug in 3.2 RC1.
(In reply to comment #5) > (In reply to comment #3) > > (From update of attachment 313358 [details] [details]) > > Looks good Noura. We need to verify that this is also an upstream bug > > Not an upstream bug. We don't use bug_user in this template. I cannot reproduce > this bug in 3.2 RC1. Yeah we figured out that it was a typo in the portion of our code that hides the email addresses for non-logged in users. Should be fixed now. Dave
Thanks! Looks good now. :)