[request-tracker-maintainers] Bug#536525: Bug#536525: request-tracker3.8 - Text wrapping in standard editor broken

Dominic Hargreaves dom at earth.li
Mon Jul 20 21:12:29 UTC 2009


On Fri, Jul 10, 2009 at 09:01:08PM +0200, Bastian Blank wrote:
> The wrapping in the standard editor is broken. Mason quotes the text
> that is included in an attribute to not break too much. This produces
> "<textarea ... wrap=&h34;HARD&h34; ... >" or similar.
> 
> Patch to disable the quoting:
> | --- html/Elements/MessageBox    2009-06-16 23:57:46.000000000 +0200
> | +++ html/Elements/MessageBox.new        2009-07-10 20:57:04.000000000 +0200
> | @@ -45,7 +45,7 @@
> |  %# those contributions and any derivatives thereof.
> |  %# 
> |  %# END BPS TAGGED BLOCK }}}
> | -<textarea class="messagebox" cols="<% $Width %>" rows="<% $Height %>" <% $wrap_type %> name="<% $Name %>" id="<% $Name %>">\
> | +<textarea class="messagebox" cols="<% $Width %>" rows="<% $Height %>" <% $wrap_type |n %> name="<% $Name %>" id="<% $Name %>">\
> |  % $m->callback( %ARGS );
> |  <% $Default || '' %><% $message %><% $signature %></textarea>
> |  % $m->callback( %ARGS, CallbackName => 'AfterTextArea' );

Fixed in upstream SVN; thanks for the report.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)





More information about the pkg-request-tracker-maintainers mailing list