Opened 11 years ago
Closed 11 years ago
#25746 closed defect (bug) (fixed)
Replying to comments from WP-Admin creates a text box the size of the comment to which one replies
Reported by: | Ipstenu | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
What happens/How to reproduce:
At wp-admin/edit-comments.php if you reply to a comment, the text-box size for your reply is the same size as the comment to which you are replying, which means if it's a very large comment, you get a similarly very large reply box.
What was expected:
Some sort of standard size (10 rows maybe?) would be better.
How long has this been going on?
Tested and this is a regression. Sorry. Worked up until 3.3
(Apologize to @nacin for not remembering to do this ... ages ago).
Attachments (2)
Change History (7)
#4
@
11 years ago
do you remember what case that was moved for?
As far as I remember, it was a users request (a comment on a ticket?) but can't remember exactly, sorry.
In 25746.2.patch:
- Resize the Quick Edit textarea only when editing a longer comment.
- Limit the maximum height to 500px to make it more manageable for very long comments. Now in all newer browsers the users can adjust it if desired.
Note: See
TracTickets for help on using
tickets.
Introduced in [18576], where setting the height for
#replycontent
was moved out of thea == 'edit'
condition. Also modified in [18803].