-
6 Feb 2011 10:33 AM #1
[PENDING] Lockup issues when changing properties
[PENDING] Lockup issues when changing properties
In the latest release, I have had several lockups when adding a panel, adding a container and trying to change the width of the container.
It simply renders all the controls useless. I cannot change any of the values.
I can resize the window, but the container remains that same size like it is frozen.
This has happened the last 2 times I have tried it.
All menus/buttons work, but the main design canvas and property editor are useless.
I cannot exit the program (exit dialog displays), but nothing happens.
I cannot kill the process using top/kill. I have to restart X to remove the app.
I am using:
Ubuntu 9.10/amd64
Regards,
Scott.
-
7 Feb 2011 5:23 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Scott,
If you are able to produce a 1-2-3 step process to reproduce the lockup, then please let us know. The lockup is caused by a Javascript error, which will cause a basic breakdown of everything.
Also, if you pass the kill signal to the kill command, it should stop the process.
Code:kill -9 <proc #>
-
7 Feb 2011 5:31 AM #3
Load XDS
-Place a Window/panel
-Add several containers (hbox)
-Add several textfields
-Add a width value to any of the containers.
As mentioned, kill does absolutely nothing. App remains until I restart X.
Has happened twice, but intermittently as to when.
Regards,
Scott.
-
7 Feb 2011 5:33 AM #4Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Ok thanks for the steps, will look into this.
If kill -9 doesn't work, Force Quit will. Open System Monitor and find the process, then you can End Process (or right-click and Kill Process, though this should be the same as kill -9). I know that works, I've had to do it myself
-
7 Feb 2011 5:39 AM #5Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Let me reiterate the steps to make sure this is accurate (there's some ambiguity):
- New Panel
- Set Panel to hbox layout
- Add two Containers to Panel
- Add two TextFields to Panel
- Set a width to one of the Containers
-
7 Feb 2011 5:43 AM #6
-Window (or panel)
--container (hbox)
---textfields
change width of container holding fields.
As for System Monitor, that worked, thanks.. I have always used CLI.
Regards,
Scott.
-
7 Feb 2011 5:46 AM #7Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Ok I will try to reproduce the issue. Thanks.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
How to changing dynamically values and properties other fields
By ec-cts in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 11 Apr 2008, 2:14 AM -
[solved] changing panel properties dynamicly
By hga77 in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 10 Oct 2007, 1:54 PM -
Properties of form changing on the fly
By mehal in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 6 Sep 2007, 1:59 AM -
Properties of form changing on the fly
By mehal in forum Ext 1.x: BugsReplies: 3Last Post: 6 Sep 2007, 1:55 AM


Reply With Quote