Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I find a bug #262

Open
javasmile opened this issue Jan 6, 2015 · 0 comments
Open

I find a bug #262

javasmile opened this issue Jan 6, 2015 · 0 comments

Comments

@javasmile
Copy link

    <div id="son-dialog" style="display: none;">son</div>
    <div id="main-dialog" style="display: none;">main</div> 
    <script>
        $(function() {
            var sonDialog = $('#son-dialog').dialog({
                autoOpen : false,
                modal : true
            });
            var mainDialog= $("#main-dialog").dialog({
                autoOpen : true,
                modal : true,
                buttons : {
                    'click' : function() {
                        sonDialog.dialog('open');
                    }
                }
            });
        });
    </script>

Main dialog can not be overlaid by Son dialog.
Reason:
L1306: .ui-dialog {z-index: 1050;}
1050 -> 100 as ui-front
ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant