[
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