#5228 fix comment box edit-comment feature not displaying full size box
Opened 2 years ago by kedar_h. Modified 2 years ago

@@ -17,7 +17,7 @@ 

        </small>

  

        <div id="edit">

-         <textarea class="form-control width-100per" id="update_comment" name="update_comment">

+         <textarea class="form-control width-100per" rows=8 id="update_comment" name="update_comment">

            {{- comment.comment -}}

          </textarea>

        </div>

After adding a comment to the issue, whenever clicked on the edit comment button, the basic comment box of size 1 row appeared, wherein the actual comment box is of size 8 rows. So I added the rows=8 to the comment_update page.

rebased onto 6a6a0ee

2 years ago

pretty please pagure-ci rebuild

2 years ago

pretty please pagure-ci rebuild

2 years ago

This actually fails CI and more precisely: test_update_issue_edit_comment in tests/test_pagure_flask_ui_issues.py and tests/test_pagure_flask_ui_issues_open_access.py

Metadata