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 <bl...@incubator.apache.org> on 2012/10/16 12:59:19 UTC

[Apache Bloodhound] #235: Always show the ticket scrollspy menu

#235: Always show the ticket scrollspy menu
-------------------------+--------------------
 Reporter:  gjm          |      Owner:  nobody
     Type:  enhancement  |     Status:  new
 Priority:  major        |  Milestone:
Component:  dashboard    |    Version:
 Keywords:               |
-------------------------+--------------------
 Currently the ticket menu is only available once the ticket scrolls down.
 This seems to deny some of the navigation that is provided by the
 scrollspy.

 This ticket is to examine whether it would be better to remove this
 restriction.

 This could be done like so:
 {{{
 #!diff
 Index: bhtheme/templates/bh_ticket.html
 ===================================================================
 --- bhtheme/templates/bh_ticket.html    (revision 1398726)
 +++ bhtheme/templates/bh_ticket.html    (working copy)
 @@ -172,7 +172,7 @@
                  </h6>
                </div>
              </div>
 -            <div class="navbar visible-affix" py:if="ticket.exists"
 +            <div class="navbar" py:if="ticket.exists"
                  py:with="sections = (
                          (_('Overview'), 'content', True, _('View ticket
 fields and description'), 'icon-list'),
                          (_('Attachments'), 'attachments', True, _('Go to
 the list of attachments'), 'icon-file'),
 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/235>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #235: Always show the ticket scrollspy menu

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#235: Always show the ticket scrollspy menu
--------------------------+--------------------
  Reporter:  gjm          |      Owner:  nobody
      Type:  enhancement  |     Status:  closed
  Priority:  major        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:  duplicate    |   Keywords:
--------------------------+--------------------
Changes (by gjm):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Something like this has been implemented as part of #295 for some reason.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/235#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #235: Always show the ticket scrollspy menu

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#235: Always show the ticket scrollspy menu
--------------------------+--------------------
  Reporter:  gjm          |      Owner:  nobody
      Type:  enhancement  |     Status:  closed
  Priority:  major        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:  duplicate    |   Keywords:
--------------------------+--------------------

Comment (by olemis):

 milestone = milestone:"Release 4" (not available as milestone seems to be
 closed)

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/235#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker