Issue 117550 - auto-completion of @openoffice.org suffix for assignee, CC, etc, not working anymore
Summary: auto-completion of @openoffice.org suffix for assignee, CC, etc, not working ...
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Bugzilla (show other issues)
Version: current
Hardware: PC Windows NT
: P3 Normal (vote)
Target Milestone: ---
Assignee: Frank Schönheit
QA Contact: issues@www
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-03-25 12:48 UTC by Frank Schönheit
Modified: 2012-06-13 12:27 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2011-03-25 12:48:58 UTC
When we moved to the Kenai infrastructure, we implemented a BZ feature to autocomplete the "@openoffice.org" suffix in all input fields which take an email-address. This applies to e.g. "Assign To" and "CC" both in the bug submission and bug editing form.

For instance, entering "fs" into one of those fields and leaving it should auto-complete this to "fs@openoffice.org".

In current BZ@Kenai (revision 20110225.26e07f6, as reported at the bottom of www.openoffice.org), this does not work anymore.
Comment 1 Frank Schönheit 2011-03-25 12:49:50 UTC
Looking at the page source code, it seems the input field names changed. For instance, for bug submission, the HTML fragment looks like this:

<input
  name="assigned_to"
  value="fs&#64;openoffice.org"
  onchange="addEnding('assigned_to', 'openoffice.org')"
  size="30"
  id="assigned_to" 
>

The function "addEnding" is expected to come from http://openoffice.org/bugzilla/js/username.js (see the include statement in the HTML page), but trying to load this file in the browser just seems to give an empty file.
Comment 2 bernd.eilers 2011-03-25 14:42:52 UTC
transferred to kenai.com KENAI-2796
Comment 3 Frank Schönheit 2011-03-28 08:46:11 UTC
fixed as http://kenai.com/jira/browse/KENAI-2796, and thus RESOLVED FIXED here, too.
Comment 4 Frank Schönheit 2011-03-28 08:46:39 UTC
closing
Comment 5 Oliver-Rainer Wittmann 2012-06-13 12:27:41 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.