-
13 Mar 2013 7:05 AM #1
Publish popup window cannot be closed
Publish popup window cannot be closed
REQUIRED INFORMATION
Architect Build tested:- 2.2 Build: 894
- ExtJS 4.2.x
- After publishing project, a modal popup is displayed and cannot be closed except if you move it.
- Click on publish
- click on popup close button
- Modal popup is closed
- Popup remains visible
Possible fix:- Move popup and then close it
- Downgrade to 2.1 (I do prefer right-click in my Windows task bar and CloseAll DOS windows)
- Win 7 Pro
Feature request :
- Close popup when user clicks outside modal popup or get back to 2.1 behaviour
-
13 Mar 2013 7:21 AM #2
investigating...
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
13 Mar 2013 7:27 AM #3
I just tested it on Win 7 enterprise and it appears to work just fine.
http://cl.ly/image/2R3c292a1R1z
clicked the (x) at the top right and it closed first try. I was also able to hit Esc key.
build 894
Can you share a screen shot?Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
13 Mar 2013 7:58 AM #4
Here is a screenshot. Please note that my mouse was over the X button and that did not change button color (blue on mouseover). It's change to blue on mouseover after moving window.
And thank you for the ESC tip !
-
13 Mar 2013 9:32 AM #5
Ok good info. We'll get to the bottom of this.
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
13 Mar 2013 9:32 AM #6
Thanks for the report! I have opened a bug in our bug tracker.
-
14 Mar 2013 8:26 PM #7
I have the same issue in Windows 7; seems to happen only after the project has been open for a while.
-
14 Mar 2013 10:09 PM #8
I see the same under Windows XP with Architect 2.2.0.
The same happens in several other windows, like trying to drag and drop a component from root to some branch.
There is the popup for Move, Copy, and Link. It is not possible to press on anything else but Move.
-
19 Mar 2013 9:06 AM #9
We have a solution for this and it will be in the next patch. The issue is that some users don't have DirectX 9 installed and our growl notification uses css animations. Sencha Desktop packager and Chrome both hardware accelerate these animations using DX on Windows and when it's not there they don't show (see screenshot for what should happen when you save). Newer versions of Windows install an appropriate version of DX by default.
Typically the animation occurs and on animation end we clean up the growl message and so under normal conditions the pane that holds them is a 0px by 0px div and does not get in the way.
Screen Shot 2013-03-19 at 12.51.13 PM.jpg
Screen Shot 2013-03-19 at 12.50.44 PM.jpg
The fix will be 2 fold:
1. Make the growl pane that holds potential growls have no pointer events and thus users can click through them.
2. Install DX if the user doesn't have it in our installerCode:pointer-events:none;
Current workaround(s):
1. Install Direct X 9 -- http://www.microsoft.com/en-us/downl...ils.aspx?id=35
or
2. Make Architect viewport have more width so dialogs don't overlap with this pane and get "covered up"
Apologies
We know there has been some regressions with 2.2 and mainly that's due to the new platform we're using. After we address the issues reported by the community things should smooth out. Thanks for working through this with us.
Also note that Architect 2.1 and 2.2 can be installed side by side simply by changing the install location in the installer to something different for the 2nd install (don't overwrite)Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
19 Mar 2013 9:24 AM #10
Hi Phil !
Thanks for investigating on this.
Unfortunately I think I have some bad news :
I have DirectX 11 installed on my Win7 Pro 64bits platform
Architect is fullscreen opened (1920 x 1200) and Inspector/toolbox both reduced to minwidth
Note : I do not have any "Project successfully saved" message when saving my project
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-3487
in
Sprint 39.


Reply With Quote