You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2015/07/09 01:57:37 UTC

Re: [Apache Bloodhound] #634: Ticket comments overlap edit workflow drop-down dialog

#634: Ticket comments overlap edit workflow drop-down dialog
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  minor      |  Milestone:  Release 9
 Component:  relations  |    Version:  0.6.0
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by gjm):

 So, as I mentioned on the dev mailing list, just ensuring that the
 ticketdraft class is missing off the ticket box fixes some of the issues
 around this ticket.

 {{{#!diff
 Index: bloodhound_theme/bhtheme/templates/bh_ticket_box.html
 ===================================================================
 --- bloodhound_theme/bhtheme/templates/bh_ticket_box.html       (revision
 1685407)
 +++ bloodhound_theme/bhtheme/templates/bh_ticket_box.html       (working
 copy)
 @@ -35,7 +35,7 @@
       xmlns:xi="http://www.w3.org/2001/XInclude"
       xmlns:i18n="http://genshi.edgewall.org/i18n"
       i18n:domain="bhtheme"
 -     id="ticket" class="${'ticketdraft' if preview_mode else None}">
 +     id="ticket">


    <py:def function="render_fields_row(fields_row, fontsize, is_inline)">
 }}}

 Of course, removing the draft image can leave us with the only visible
 indication of a failure to submit a change hidden off the top of the page
 so it would be good to look at indicating which change on the page has
 caused the error. We could also consider catching an attempt to move away
 from the page with unsaved changes.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/634#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker