Closed Bug 1272546 Opened 8 years ago Closed 8 years ago

unauthenticated users cannot expand the cc list

Categories

(bugzilla.mozilla.org :: User Interface, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: glob, Unassigned)

References

Details

Attachments

(1 file, 1 obsolete file)

if you're not logged in you'll get a token error when trying to expand the cc list.

i propose removing the ability for unauthenticated requests to do that - they'd still be able to tell how many people are cc'd, but they will have to create an account in order to get the actual list.
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Attached patch 1272546_1.patch (obsolete) — Splinter Review
Attachment #8757025 - Flags: review?(dylan)
Comment on attachment 8757025 [details] [diff] [review]
1272546_1.patch

Review of attachment 8757025 [details] [diff] [review]:
-----------------------------------------------------------------

::: extensions/BugModal/web/bug_modal.js
@@ +232,5 @@
> +            .hover(function() {
> +                $(this).css({'text-decoration': 'underline'});
> +            }, function() {
> +                $(this).css({'text-decoration': 'none'});
> +            });

it would be better to use two different css classes than move the styling out of the stylesheet into javascript.
Attached patch 1272546_2.patchSplinter Review
Attachment #8757025 - Attachment is obsolete: true
Attachment #8757025 - Flags: review?(dylan)
Attachment #8757351 - Flags: review?(dylan)
Comment on attachment 8757351 [details] [diff] [review]
1272546_2.patch

Review of attachment 8757351 [details] [diff] [review]:
-----------------------------------------------------------------

r=dylan
Attachment #8757351 - Flags: review?(dylan) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
   e31c0e9..a092e46  master -> master
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Component: User Interface: Modal → User Interface
Assignee: dkl → nobody
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: