Andi Huber created ISIS-1934:
--------------------------------

             Summary: 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: Sub-task
          Components: Core: Viewer: Wicket
            Reporter: Andi Huber
             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)

Reply via email to