You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/05/29 23:00:20 UTC

[jira] [Commented] (CHUKWA-738) Dragging widget over iframe cause mouse event to hang

    [ https://issues.apache.org/jira/browse/CHUKWA-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565391#comment-14565391 ] 

Hudson commented on CHUKWA-738:
-------------------------------

FAILURE: Integrated in Chukwa-trunk #527 (See [https://builds.apache.org/job/Chukwa-trunk/527/])
CHUKWA-738. Updated dragging event handling over iframe.  (Eric Yang) (eyang: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1662973)
* /chukwa/trunk/CHANGES.txt
* /chukwa/trunk/src/main/web/hicc/js/workspace/workspace.js


> Dragging widget over iframe cause mouse event to hang
> -----------------------------------------------------
>
>                 Key: CHUKWA-738
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-738
>             Project: Chukwa
>          Issue Type: Improvement
>          Components: User Interface
>    Affects Versions: 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-738.patch
>
>
> Both Webkit and Firefox based browser are honoring mouse events inside iframe.  However, if a widget is in a dragging event, and mouse cursor pass through another iframe.  Mouse event get captured by the background iframe and cause the dragging widget to stall.  One trick was to overlay an invisible DIV with higher zIndex to prevent the background iframe from capturing mouse dragging event of the transitioning widget.  This was implemented several years back for firefox only, but it looks like the same trick needs to apply to all modern day browser.  This JIRA is to remove the firefox specific check and always overlay the invisible iframe when mouse is dragging over another iframe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)