herculanojs Posted June 5, 2018 Posted June 5, 2018 I have a strange behavior with TUniMenuItem after update to version 1.10.0.1464. It is frozen while the rest of the application continues to run. I have tried to debug some process running, but there is nothing. Just lock the menu Any suggestion Quote
Sherzod Posted June 5, 2018 Posted June 5, 2018 Hi, Can you please explain in more detail? Does this happen sometimes or permanently?Are there any errors, messages in the console of the browser? Quote
Administrators Farshad Mohajeri Posted June 5, 2018 Administrators Posted June 5, 2018 What was your prior version before 1464? ... Quote
herculanojs Posted June 5, 2018 Author Posted June 5, 2018 I was using version 1425 and yesterday updated to the latest version 1464. What is happening is that at any given time if you click on a menu it does not open the menus. If it clicks again it opens but the items are frozen and do not close again in any way, just resetting the session. Quote
Administrators Farshad Mohajeri Posted June 5, 2018 Administrators Posted June 5, 2018 Do you have any custom JS code in your app? Have you checked browser console? ... Quote
herculanojs Posted June 5, 2018 Author Posted June 5, 2018 Open calling next to the cradle there is a sample project in which the mentioned error occurs. There is a memo in the main project form that describes the steps to be performed to reproduce the error. To reproduce the problem follow the steps: 1) click the Open form button 1 2) In the open form click on Open Form 2 3) Close of form 2 4) Click on MenuItems Project1.zip Quote
herculanojs Posted June 5, 2018 Author Posted June 5, 2018 Sherzod commented: It seems this is a bug of ExtJS Try this approach for now: MainForm -> Script: Add this: Ext.override(Ext.ZIndexManager, {onCollectionSort: function() {var zIndex = this.callParent();if(!this.front && this.topMost)this.front = this.topMost;return zIndex;}}); Tanks Sherzod Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.