Closed
Bug 577854
Opened 15 years ago
Closed 14 years ago
URL field header caption does not link to field value description (confusingly links to actual URL)
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: thomas8, Assigned: selsky)
Details
Attachments
(1 file, 1 obsolete file)
|
2.06 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
STR
1 Fill out a bug report
2 Click on the field header of any other field to retrieve field descriptions / information about accepted values etc. E.g., click on "Status" to get to https://bugzilla.mozilla.org/page.cgi?id=fields.html#status (A bug's life cycle, with field explanations)
3 Now click on URL field header
Actual result
1) URL field header unexpectedly links to the URL field value (opens the URL)
2) Missing information about URL field at https://bugzilla.mozilla.org/page.cgi?id=fields.html#URL
Expected result
1) URL field header should link to information about URL field (like any other field header/caption):
2) There should be information about URL field at https://bugzilla.mozilla.org/page.cgi?id=fields.html#URL
| Reporter | ||
Comment 1•15 years ago
|
||
The link on the URL field header is superfluous as we also linkify the actual URL value string.
OS: Windows XP → All
Hardware: x86 → All
Comment 2•15 years ago
|
||
Will be fixed by bug 575211.
Severity: normal → minor
Version: unspecified → 3.6.1
Comment 3•15 years ago
|
||
The "field-label in show_bug" patch will only go into 4.2, though. I think it would be reasonable to do something about this for 3.6 and 4.0.
Target Milestone: --- → Bugzilla 3.6
Comment 4•15 years ago
|
||
Oh, actually, only 4.0, because 3.6 doesn't have a description for that field.
Target Milestone: Bugzilla 3.6 → Bugzilla 4.0
Updated•15 years ago
|
Whiteboard: [Good Intro Bug]
| Assignee | ||
Comment 5•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Attachment #575820 -
Flags: review? → review?(mkanat)
Comment 6•14 years ago
|
||
Comment on attachment 575820 [details] [diff] [review]
Link URL field caption to description, v1
Review of attachment 575820 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. Probably would also be cooler to use field-label.html.tmpl at some point, but it should support accesskeys, also.
Attachment #575820 -
Flags: review?(mkanat) → review+
Updated•14 years ago
|
Flags: approval4.2+
Flags: approval+
Target Milestone: Bugzilla 4.0 → Bugzilla 4.2
Updated•14 years ago
|
Flags: approval4.2?
Flags: approval4.2+
Flags: approval+
Comment 7•14 years ago
|
||
Comment on attachment 575820 [details] [diff] [review]
Link URL field caption to description, v1
Oh wait, I'm sorry. You actually have to use field-label.html.tmpl. Otherwise you don't get hover-help.
Attachment #575820 -
Flags: review+ → review-
Updated•14 years ago
|
Flags: approval4.2?
| Assignee | ||
Comment 8•14 years ago
|
||
I've added accesskey support to field-label.html.tmpl. However "u" seems to be a reserved access key on Firefox, Safari, and Chrome. Along with "a" and "s". Do these keys work on your platform/browser?
Attachment #575820 -
Attachment is obsolete: true
Attachment #577187 -
Flags: review?(mkanat)
Comment 9•14 years ago
|
||
(In reply to Matt Selsky from comment #8)
> Created attachment 577187 [details] [diff] [review] [diff] [details] [review]
> Link URL field caption to description, v2
>
> I've added accesskey support to field-label.html.tmpl. However "u" seems to
> be a reserved access key on Firefox, Safari, and Chrome. Along with "a" and
> "s". Do these keys work on your platform/browser?
Ah, good question. If it's really a problem, we should fix it in a separate bug.
Comment 10•14 years ago
|
||
Comment on attachment 577187 [details] [diff] [review]
Link URL field caption to description, v2
Review of attachment 577187 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. Thanks! :-)
Attachment #577187 -
Flags: review?(mkanat) → review+
Updated•14 years ago
|
Flags: approval4.2+
Flags: approval+
Comment 11•14 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/bug/edit.html.tmpl
modified template/en/default/bug/field-label.html.tmpl
Committed revision 8032.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified template/en/default/bug/edit.html.tmpl
modified template/en/default/bug/field-label.html.tmpl
Committed revision 7975.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [Good Intro Bug]
| Reporter | ||
Comment 12•14 years ago
|
||
Thank you for fixing this! :)
You need to log in
before you can comment on or make changes to this bug.
Description
•