Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0DE6397AB for ; Tue, 28 Feb 2012 16:53:45 +0000 (UTC) Received: (qmail 74392 invoked by uid 500); 28 Feb 2012 16:53:45 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 74373 invoked by uid 500); 28 Feb 2012 16:53:45 -0000 Mailing-List: contact bloodhound-dev-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-dev@incubator.apache.org Received: (qmail 74362 invoked by uid 99); 28 Feb 2012 16:53:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 16:53:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of olemis@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 16:53:40 +0000 Received: by wera1 with SMTP id a1so1523378wer.6 for ; Tue, 28 Feb 2012 08:53:18 -0800 (PST) Received-SPF: pass (google.com: domain of olemis@gmail.com designates 10.180.74.177 as permitted sender) client-ip=10.180.74.177; Authentication-Results: mr.google.com; spf=pass (google.com: domain of olemis@gmail.com designates 10.180.74.177 as permitted sender) smtp.mail=olemis@gmail.com; dkim=pass header.i=olemis@gmail.com Received: from mr.google.com ([10.180.74.177]) by 10.180.74.177 with SMTP id u17mr40899673wiv.13.1330447998924 (num_hops = 1); Tue, 28 Feb 2012 08:53:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=b+h9V5t6zNxIw3VJYfmpW5ifwlXs5JMtio/FOQME9JE=; b=i9/j6TKKLy/MxITcY6cOz0vQ54T0MDpNUd02LTg/rV9/8A07iclDKIT0oLB7m+ixgd lkYsxaAXrfNlE9nGHP1FGe0LKiNvq8/El4j5dbKo3vzndQU++KEgrJ4b2F4e7pCHsGrE MzfjW5QqMxuyJysxdhaWQhuNZT4IWGC4+YI7Y= MIME-Version: 1.0 Received: by 10.180.74.177 with SMTP id u17mr32385688wiv.13.1330447998847; Tue, 28 Feb 2012 08:53:18 -0800 (PST) Received: by 10.223.76.135 with HTTP; Tue, 28 Feb 2012 08:53:18 -0800 (PST) Date: Tue, 28 Feb 2012 11:53:18 -0500 Message-ID: Subject: Create Ticket UI in Bloodhound theme . Help with bootstrap From: Olemis Lang To: bloodhound-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi ! I've been trying to implement create ticket box as sketched by Joachim [1]_ considering the wireframe illustrating form structure [2]_ . Nonetheless something weird is happening . - If implemented using dropdown menus , then the dialog is =A0=A0closed once user clicks inside - I've not been able to implement it using popovers . I mean =A0=A0I even copy and paste sample code [3]_ and it doesn't =A0=A0work either . So I wanted to know if anyone has any suggestion or has experienced similar issues and knows what's the solution . I discovered bootstrap few days ago and maybe I'm missing something obvious ... maybe there's another way to get this done . Thanks in advance ! .. [1]=A0https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/doc/ht= ml-templates/dashboard.html# .. [2]=A0https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/doc/wi= reframes/ticket_quick-create.png .. [3]=A0http://twitter.github.com/bootstrap/javascript.html#popovers -- Regards, Olemis