You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/12/28 13:26:49 UTC

[jira] [Comment Edited] (ISIS-1224) Upgrade select2 from v3.5.2 to v4 (though this DOESN'T address the floating drop-down problem)

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

Dan Haywood edited comment on ISIS-1224 at 12/28/15 12:26 PM:
--------------------------------------------------------------

To reproduce with the simpleapp, just add the following to SimpleObjects domain service:

{code}
    public enum SomeEnum {
        FOO,FIZ,FOZ
    }
    public enum OtherEnum {
        BISH,BASH,BOSH
    }
    public void demoSelect2(
            @ParameterLayout(named="Name") final String name,
            final SomeEnum someEnum,
            final OtherEnum otherEnum) {
        // no-op
    }
{code}


was (Author: danhaywood):
To reproduce with the simpleapp, just add the following to SimpleObjects domain service:

    public enum SomeEnum {
        FOO,FIZ,FOZ
    }
    public enum OtherEnum {
        BISH,BASH,BOSH
    }
    public void demoSelect2(
            @ParameterLayout(named="Name") final String name,
            final SomeEnum someEnum,
            final OtherEnum otherEnum) {
        // no-op
    }


> Upgrade select2 from v3.5.2 to v4 (though this DOESN'T address the floating drop-down problem)
> ----------------------------------------------------------------------------------------------
>
>                 Key: ISIS-1224
>                 URL: https://issues.apache.org/jira/browse/ISIS-1224
>             Project: Isis
>          Issue Type: Bug
>            Reporter: Dan Haywood
>            Assignee: Martin Grigorov
>             Fix For: 1.11.0
>
>
> This ticket supercedes ISIS-1020 (where the problem was originally reported); it is dependent upon ISIS-1223.
> Original screencast to demonstrate in Estatio: https://drive.google.com/file/d/0B2jd2Sl73mDBZ0lqYUhtVjVRamc/view?usp=sharing
> This is reproducible in both IE11 and Chrome.



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