Closed
Bug 275613
Opened 20 years ago
Closed 18 years ago
pressing [enter] in a textarea in editflagtypes.cgi results in an addition to the inclusion list instead of saving changes
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: timeless, Assigned: LpSolit)
Details
Attachments
(1 file)
|
873 bytes,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
useragent: safari steps: 1. load edit: ... flags 2. click some flag to edit 3. change some single line text thing 4. press enter, since you're done and want to save it. expect: flag changes are saved actual results (safari only): you get the page for creating a new flag based on an old flag.
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: Macintosh → All
| Assignee | ||
Comment 1•19 years ago
|
||
(In reply to comment #0) > actual results (safari only): > you get the page for creating a new flag based on an old flag. Actually, it doesn't create a new flag, it only adds a new entry in the inclusion list. If you click "Save Changes" after that, the flag type you were editing is updated. The reason is probably that the "Include" button is the first one in the form and so is the one which gets called when pressing "Enter". There is probably a way to define the default button when pressing enter.
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
| Assignee | ||
Comment 2•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Target Milestone: --- → Bugzilla 2.22
Attachment #233980 -
Flags: review?(timeless) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
Requesting approval for 2.22 too. The reason is that the current behavior is confusing enough to worth being fixed on this branch.
Flags: approval?
Flags: approval2.22?
Updated•18 years ago
|
Flags: approval?
Flags: approval2.22?
Flags: approval2.22+
Flags: approval+
| Assignee | ||
Comment 4•18 years ago
|
||
tip: Checking in template/en/default/admin/flag-type/edit.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl,v <-- edit.html.tmpl new revision: 1.20; previous revision: 1.19 done 2.22: Checking in template/en/default/admin/flag-type/edit.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl,v <-- edit.html.tmpl new revision: 1.14.2.1; previous revision: 1.14 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Summary: pressing [enter] in a textarea in editflagtypes results in a copy flag page instead of saving changes → pressing [enter] in a textarea in editflagtypes.cgi results in an addition to the inclusion list instead of saving changes
You need to log in
before you can comment on or make changes to this bug.
Description
•