Success! Looks like we've fixed this one. According to our records the fix was applied for DSGNR-2159 in Sprint 29.
  1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    2
    Vote Rating
    1
    sencher is on a distinguished road

      0  

    Default Deploy project displays a modal screen with no way to select yes/no button

    Deploy project displays a modal screen with no way to select yes/no button


    Architect Build tested:
    • Build: 442
    Project Type:
    • Ext Js 4.x
    Description:
    • Deploy project displays a modal screen with no way to select yes/no button in the resulting dialog.
    Steps to reproduce the problem:
    • Create a new Ext JS 4.x project
    • Declare views which needs store without a store reference.
    • When you deploy the project, architect shows up a dialog showing the warnings and asks for confirmation.
    • When the number of warnings keep exceeding, the dialog starts moving upwards and eventually the dialog disappears.
    • No way to deploy the project
    The result that was expected:
    • The dialog should appear no matter how many warnings, and probably the warnings should be shown in a scroll panel.
    The result that occurs instead:
    • No way to access the warning dialog.
    Operating System:
    • Windows 7/Ubuntu

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    This happen when the number of issues makes the Ext.Msg flow taller than the app?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha - Architect Dev Team Phil.Strong's Avatar
    Join Date
    Mar 2007
    Location
    Baltimore, MD
    Posts
    1,337
    Vote Rating
    37
    Phil.Strong has a spectacular aura about Phil.Strong has a spectacular aura about Phil.Strong has a spectacular aura about

      0  

    Default


    That's what I'm gathering as well. Good bug report.
    Phil Strong
    @philstrong
    #SenchaArchitect
    Sencha Architect Development Team
    SenchaCon or bust!
    Known Bugs in Architect Latest

  4. #4
    Sencha User
    Join Date
    Jul 2012
    Posts
    2
    Vote Rating
    1
    sencher is on a distinguished road

      1  

    Default


    While we are at the modal dialog/windows, there is another behaviour related to this. Even if we make a Ext.window.Window modal. I can still activate the components behind it using key events [tab].

  5. #5
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,264
    Vote Rating
    72
    aconran is a glorious beacon of light aconran is a glorious beacon of light aconran is a glorious beacon of light aconran is a glorious beacon of light aconran is a glorious beacon of light

      0  

    Default


    The original bug reported is fixed in today's release.
    http://www.sencha.com/blog/sencha-architect-2-1

    The issue regarding windows and the modal config is a known limitation of our modal implementation. You may want to handle your blur handlers so that this doesn't happen.
    Aaron Conran
    @aconran
    Sencha Architect Development Team