You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/03/27 14:02:27 UTC

[jira] Created: (PIVOT-446) Dialog does not become active when clicked

Dialog does not become active when clicked
------------------------------------------

                 Key: PIVOT-446
                 URL: https://issues.apache.org/jira/browse/PIVOT-446
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 1.4
            Reporter: Greg Brown
            Assignee: Greg Brown
             Fix For: 1.5


Open a modal dialog with another modal dialog as its owner. Click on the top-most dialog. The dialog's owner becomes active rather than the dialog itself. This appears to be due to a flaw in TerraDialogSkin#isMouseOverRelative() and the fact that the dialog's owner receives the container mouse event first.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-446) Dialog does not become active when clicked

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-446.
------------------------------

    Resolution: Fixed

> Dialog does not become active when clicked
> ------------------------------------------
>
>                 Key: PIVOT-446
>                 URL: https://issues.apache.org/jira/browse/PIVOT-446
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 1.4
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>             Fix For: 1.5
>
>
> Open a modal dialog with another modal dialog as its owner. Click on the top-most dialog. The dialog's owner becomes active rather than the dialog itself. This appears to be due to a flaw in TerraDialogSkin#isMouseOverRelative() and the fact that the dialog's owner receives the container mouse event first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.