Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19FF510688 for ; Mon, 26 Aug 2013 02:26:52 +0000 (UTC) Received: (qmail 70622 invoked by uid 500); 26 Aug 2013 02:26:52 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 70599 invoked by uid 500); 26 Aug 2013 02:26:52 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 70591 invoked by uid 99); 26 Aug 2013 02:26:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 02:26:52 +0000 Date: Mon, 26 Aug 2013 02:26:51 +0000 (UTC) From: "Glen Mazza (JIRA)" To: commits@roller.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (ROL-1728) Pop-up dialogs from plugins loop with IE7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ROL-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza closed ROL-1728. --------------------------- Resolution: Won't Fix Thanks for alerting us to this issue, bu I think this patch should be submitted to Xinha (as it's their dialog.js), and for us to use their updated version of it. They would know more than us about whether or not this patch should be applied, as it would presumably hold for all Xinha users and needs to work across multiple browsers. > Pop-up dialogs from plugins loop with IE7 > ----------------------------------------- > > Key: ROL-1728 > URL: https://issues.apache.org/jira/browse/ROL-1728 > Project: Roller > Issue Type: Bug > Components: Weblog Editor > Affects Versions: 4.0 > Environment: IE7, Roller 4.0 > Reporter: Terry Smith > Assignee: Roller Unassigned > Priority: Minor > > Pop-up dialogs displayed from plugins when using IE7 get into a loop. Commented the following line of code in dialog.js to work-around the problem: > // capture some window's events > function capwin(w) { > HTMLArea._addEvent(w, "click", Dialog._parentEvent); > HTMLArea._addEvent(w, "mousedown", Dialog._parentEvent); > // This causes a loop in IE7 > // HTMLArea._addEvent(w, "focus", Dialog._parentEvent); > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira