Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 481F7EBDA for ; Sat, 2 Mar 2013 02:55:14 +0000 (UTC) Received: (qmail 89929 invoked by uid 500); 2 Mar 2013 02:55:14 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 89862 invoked by uid 500); 2 Mar 2013 02:55:12 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 89841 invoked by uid 99); 2 Mar 2013 02:55:12 -0000 Received: from bloodhound-vm.apache.org (HELO bloodhound-vm) (140.211.11.32) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 02:55:12 +0000 Received: from bloodhound-vm.apache.org (localhost [127.0.0.1]) by bloodhound-vm (Postfix) with ESMTP id 19C5D80441; Sat, 2 Mar 2013 02:55:11 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Apache Bloodhound" X-Trac-Version: 1.0 Cc: bloodhound-commits@incubator.apache.org Auto-Submitted: auto-generated X-Mailer: Trac 1.0, by Edgewall Software X-Trac-Project: Apache Bloodhound Date: Sat, 02 Mar 2013 02:55:11 -0000 Reply-To: bloodhound-dev@incubator.apache.org X-URL: https://issues.apache.org/bloodhound/ Subject: [Apache Bloodhound] #423: x-axis scrollbar for `pre` blocks X-Trac-Ticket-URL: https://issues.apache.org/bloodhound/ticket/423 Message-ID: <056.6ea514fd2d8ae902e55186bc590b1edd@incubator.apache.org> X-Trac-Ticket-ID: 423 #423: x-axis scrollbar for `pre` blocks -------------------------+----------------------- Reporter: rjollos | Owner: rjollos Type: enhancement | Status: new Priority: major | Milestone: Release 5 Component: ui design | Version: Keywords: | -------------------------+----------------------- `pre` blocks should automatically display with an x-axis scrollbar so that code samples display nicely (as they do in Trac), rather than wrapping around. {{{#!python tx = tx.end() .select("body//a[contains(@href,'/wiki/%s')]" % wiki.GUIDE_NAME) .map(lambda text: wiki.new_name(text), TEXT) }}} ==> [[Image(ScrollX.png)]] -- Ticket URL: Apache Bloodhound The Apache Bloodhound (incubating) issue tracker