Closed
Bug 512616
Opened 16 years ago
Closed 16 years ago
"collapse/expand comment" removes css-class 'bz_comment_text'.
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: ganaware+bugzilla+mozilla+org, Assigned: ganaware+bugzilla+mozilla+org)
Details
Attachments
(1 file)
|
747 bytes,
patch
|
guy.pyrzak
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Build Identifier: 3.4.1
When I click [-], the collapse_comment function defined in
template/en/default/bug/comments.html.tmpl
sets the css-class of a comment element to 'collapsed'.
A css-class 'bz_comment_text' is removed.
It should be 'bz_comment_text collapsed'.
Then, when I click [+], the expand_comment function defined in
template/en/default/bug/comments.html.tmpl
sets the css-class of a comment element to empty.
It should be 'bz_comment_text'.
Reproducible: Always
Updated•16 years ago
|
Attachment #396643 -
Flags: review?(guy.pyrzak)
Comment 2•16 years ago
|
||
Comment on attachment 396643 [details] [diff] [review]
dont remove 'bz_comment_text'
Asking our YUI guru. :)
Comment 3•16 years ago
|
||
I can confirm that the class is gone.
Assignee: ui → ganaware+bugzilla+mozilla+org
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
OS: Windows XP → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.4
Version: unspecified → 3.4.1
Comment 5•16 years ago
|
||
(In reply to comment #4)
> What should I do next ?
For now, nothing. Wait for pyrzak to review your patch. If your patch gets review-, you will have to update it. If it gets review+, one of the managers will approve it and commit it into CVS.
Updated•16 years ago
|
Attachment #396643 -
Flags: review?(guy.pyrzak) → review+
Comment 6•16 years ago
|
||
Comment on attachment 396643 [details] [diff] [review]
dont remove 'bz_comment_text'
Looks good.
Updated•16 years ago
|
Flags: approval3.4+
Flags: approval+
Comment 7•16 years ago
|
||
tip:
Checking in template/en/default/bug/comments.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl,v <-- comments.html.tmpl
new revision: 1.42; previous revision: 1.41
done
3.4.1:
Checking in template/en/default/bug/comments.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl,v <-- comments.html.tmpl
new revision: 1.41.2.1; previous revision: 1.41
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•