Closed
Bug 1129727
Opened 10 years ago
Closed 10 years ago
Hiding "Make Template" button leaves "useful for filing several similar bugs"
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 6.0
People
(Reporter: keni, Assigned: selsky)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
669 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/7.1.2 Safari/537.85.11
Steps to reproduce:
Installed latest code from git (64250f2a4ef73d8b2686d275dc39aee4d389b0e6).
Start editing a new bug (login, hit New). (You will be in the test component.)
If "Hide Advanced Fields" is showing, toggle it off ("Show Advanced Fields")
Scroll down to "Submit Bug" button.
Actual results:
Says "(useful for filing several similar bugs)"
Expected results:
Since the "Make Template" button is hidden, so should the help text.
Possible fix:
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/crindex d8abec6..da750af 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -617,7 +617,9 @@ TUI_hide_default('attachment_text_field');
<input type="submit" name="maketemplate" id="maketemplate"
value="Make Template"
onclick="bz_no_validate_enter_bug=true" class="expert_fields">
- (useful for filing several similar bugs)
+ <span class="expert_fields">
+ (useful for filing several similar bugs)
+ </span>
</td>
</tr>
</tbody>
OS: All → Mac OS X
Hardware: All → x86_64
Comment 2•10 years ago
|
||
Confirmed. This is a regression due to bug 488942.
Status: UNCONFIRMED → NEW
Depends on: 488942
Ever confirmed: true
Keywords: regression
OS: Mac OS X → All
Hardware: x86_64 → All
Target Milestone: --- → Bugzilla 6.0
Version: 5.0 → 5.1
| Assignee | ||
Comment 3•10 years ago
|
||
Assignee: create-and-change → selsky
Status: NEW → ASSIGNED
Attachment #8561950 -
Flags: review?(gerv)
Comment 4•10 years ago
|
||
Comment on attachment 8561950 [details] [diff] [review]
v1
r=gerv.
Gerv
Attachment #8561950 -
Flags: review?(gerv) → review+
Updated•10 years ago
|
Flags: approval?
Comment 5•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
73aea8f..cd284d4 master -> master
Gerv
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•