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 8C85799D5 for ; Thu, 5 Apr 2012 17:46:36 +0000 (UTC) Received: (qmail 336 invoked by uid 500); 5 Apr 2012 17:46:36 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 315 invoked by uid 500); 5 Apr 2012 17:46:36 -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 307 invoked by uid 99); 5 Apr 2012 17:46:36 -0000 Received: from bloodhound-vm.apache.org (HELO bloodhound-vm) (140.211.11.32) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 17:46:36 +0000 Received: from bloodhound-vm.apache.org (localhost [127.0.0.1]) by bloodhound-vm (Postfix) with ESMTP id 26EEA80989; Thu, 5 Apr 2012 10:46:36 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Apache Bloodhound" X-Trac-Version: 0.13dev-r10952 Cc: bloodhound-commits@incubator.apache.org Auto-Submitted: auto-generated X-Mailer: Trac 0.13dev-r10952, by Edgewall Software X-Trac-Project: Apache Bloodhound Date: Thu, 05 Apr 2012 17:46:36 -0000 Reply-To: bloodhound-dev@incubator.apache.org X-URL: https://issues.apache.org/bloodhound/ Subject: [Apache Bloodhound] #29: Replace iframes with divs for activity data X-Trac-Ticket-URL: https://issues.apache.org/bloodhound/ticket/29 Message-ID: <052.606d06caaa76b5038026c7403df8e5b4@incubator.apache.org> X-Trac-Ticket-ID: 29 #29: Replace iframes with divs for activity data -----------------------+------------------------------------- Reporter: gjm | Owner: jdreimann Type: task | Status: new Priority: major | Milestone: RC1 for initial release Component: dashboard | Version: Keywords: | -----------------------+------------------------------------- We are more likely to use divs than iframes for the activity feed. Can we change iframes to divs to reduce possible confusion? It might be best to also put a comment in the div to say where the data should come from but something like the following should help to load external html into the div: {{{ #!js $('div#activity-container').load('activity-iframe.html'); }}} -- Ticket URL: Apache Bloodhound The Apache Bloodhound (incubating) issue tracker