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

immediately clicking OK after typing task unit results in loss of data #207

Closed
GoogleCodeExporter opened this issue Jun 28, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create 2 resources.
2. create a task and give it a name, click ok if there is an OK button.
3. task properties, resources, assign those 2 resources to that task. 
4. click ok.
5. task properties, resources, double-click resource #1's unit value, highlight 
and type 0 (zero) WITHOUT hitting enter or clicking OK
6. double click task resource #2's unit value and highlight, type 0 (zero) 
WITHOUT hitting enter or clicking OK
7. click OK now.
8. task properties, resources to verify that changes were made to both.

What is the expected output? 
changes should be made to both unit values to 0 (zero)
extra information: the GUI seems to be operating only on the onchange event of 
some sort.  
apparently this is not being paid attention to properly, because when the focus 
is changed 
from the input box to the OK button, the change event is either not firing, or 
is being thrown 
away, or is not being handled, or a single onchange handler is being used for 
all the input boxes 
(which is a royal mistake, each input box must have its own handler, therefore 
there should be an array of handlers).

What do you see instead?
only unit #1 gets changed to 0 (zero).
currently the only way to make things work (workaround) is to click on resource 
#1 and then click OK.


What version of the product are you using? 2.0.10

On what operating system? XP Pro sp3 32-bit, 3GB ram, pentium 4 HT (1 core 2 
threads)


Please provide any additional information below.

Original issue reported on code.google.com by jmich...@yahoo.com on 9 Mar 2011 at 3:50

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 9 Mar 2011 at 10:42

  • Changed state: Accepted
  • Added labels: Resources, Tasks, UI

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 5 Sep 2011 at 12:14

  • Added labels: __Target-Praha

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision acd33121448c.

Original comment by dbarashev on 6 Sep 2011 at 10:23

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

See also bug report in Sun's bug database: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4503845

Original comment by dbarashev on 6 Sep 2011 at 10:24

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 27 Nov 2011 at 7:50

  • Changed state: FeelFreeToTest

@GoogleCodeExporter
Copy link
Author

bug fixed.

Original comment by jmich...@yahoo.com on 28 Nov 2011 at 9:04

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 22 Sep 2014 at 12:19

  • Changed state: Verified

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

No branches or pull requests

1 participant