You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (JIRA)" <ji...@apache.org> on 2018/09/06 16:09:00 UTC

[jira] [Closed] (ISIS-1934) Menu Action Confirmation Dialog does not escape menu boundaries

     [ https://issues.apache.org/jira/browse/ISIS-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber closed ISIS-1934.
----------------------------
    Resolution: Fixed

Fixed by removing the 'scrollable-menu' css class from 'topMenu' instances.

> Menu Action Confirmation Dialog does not escape menu boundaries
> ---------------------------------------------------------------
>
>                 Key: ISIS-1934
>                 URL: https://issues.apache.org/jira/browse/ISIS-1934
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core: Viewer: Wicket
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>         Attachments: menu_confirm_inline1.png, menu_confirm_inline2.png
>
>
> to reproduce (see attached screenshots) use this sample code for a menu action:
> {code:java}
>     @Action(semantics=SemanticsOf.NON_IDEMPOTENT_ARE_YOU_SURE) 
>     public List<SimpleObject> listAllWithConfirmation() {
>         return simpleObjectRepository.listAll();
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)