← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~huwshimi/launchpad/tag-field-length-591274 into lp:launchpad

 

Huw Wilkins has proposed merging lp:~huwshimi/launchpad/tag-field-length-591274 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  #591274 tags field is too small
  https://bugs.launchpad.net/bugs/591274

For more details, see:
https://code.launchpad.net/~huwshimi/launchpad/tag-field-length-591274/+merge/49341

Made the bug tag field wider so that it is a more appropriate length for the content.

TO TEST:

View a bug. Edit the tags (or click "add tags"). The edit field should be much wider (about the width of the bug description field.
-- 
https://code.launchpad.net/~huwshimi/launchpad/tag-field-length-591274/+merge/49341
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~huwshimi/launchpad/tag-field-length-591274 into lp:launchpad.
=== modified file 'lib/lp/bugs/templates/bugtask-index.pt'
--- lib/lp/bugs/templates/bugtask-index.pt	2011-02-07 11:44:51 +0000
+++ lib/lp/bugs/templates/bugtask-index.pt	2011-02-11 05:09:02 +0000
@@ -138,7 +138,7 @@
                  tal:attributes="href string:${context/target/fmt:url}/+bugs?field.tag=${tag}">tag</a>
             </span>
             <form id="tags-form" style="display: inline">
-                <input type="text" id="tag-input" style="display: none; width: 15em;" />
+                <input type="text" id="tag-input" style="display: none; width: 35em;" />
                 <img src="/@@/spinner" id="tags-edit-spinner" style="display: none" />
                 <a href="+edit" title="Edit tags" id="edit-tags-trigger" class="sprite edit"></a>
               <script type="text/javascript">