Closed
Bug 364065
Opened 19 years ago
Closed 19 years ago
Disabling CC list <select> for logged-out users can make the list unscrollable
Categories
(Bugzilla :: User Interface, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: jruderman, Assigned: reed)
References
()
Details
Attachments
(1 file)
843 bytes,
patch
|
bugzilla-mozilla
:
review+
|
Details | Diff | Splinter Review |
Some buggy browsers (e.g. IE7, WebKit trunk) don't let you scroll a <select disabled size="5">. To work around this bugginess, Bugzilla should not use the disabled attribute for CC lists (for logged-out users).
Example: https://bugzilla-test.mozilla.org/show_bug.cgi?id=12345
Reporter | ||
Comment 1•19 years ago
|
||
I filed a bug against WebKit: http://bugs.webkit.org/show_bug.cgi?id=11852.
Flags: blocking3.0?
Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Bugzilla 3.0
Version: unspecified → 2.23.3
![]() |
||
Comment 2•19 years ago
|
||
(In reply to comment #0)
> disabled size="5">. To work around this bugginess, Bugzilla should not use the
> disabled attribute for CC lists (for logged-out users).
I disagree. Logged out users don't need to be able to scroll the CC list. Disabling the CC list is consistent with how other fields work.
Assignee: create-and-change → ui
Severity: normal → minor
Component: Creating/Changing Bugs → User Interface
OS: Mac OS X 10.4 → All
Hardware: Macintosh → All
Reporter | ||
Comment 3•19 years ago
|
||
> Logged out users don't need to be able to scroll the CC list.
Logged out users should be able to see who is CCed.
> Disabling the CC list is consistent with how other fields work.
Disabling other fields doesn't prevent users from seeing their contents.
Comment 4•19 years ago
|
||
I actually *would* release Bugzilla 3.0 with this bug, so I'm not marking it a blocker. However, I would very much like to see it fixed before we release 3.0, if at all possible.
Flags: blocking3.0? → blocking3.0-
Priority: -- → P1
Assignee | ||
Comment 5•19 years ago
|
||
Just remove the "disabled" option.
Comment 6•19 years ago
|
||
Comment on attachment 248969 [details] [diff] [review]
patch - v1
Makes sense. Do not think someone would be confused by this.
Attachment #248969 -
Flags: review?(bugzilla-mozilla) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 7•19 years ago
|
||
Checking in template/en/default/bug/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <-- edit.html.tmpl
new revision: 1.94; previous revision: 1.93
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•