Pop-up dialogs from plugins loop with IE7
-----------------------------------------

                 Key: ROL-1728
                 URL: https://issues.apache.org/roller/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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to