Bug 132870 - The curve modification dialog misses some X vectors
Summary: The curve modification dialog misses some X vectors
Status: RESOLVED NOT A BUG
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-23 15:39 UTC by Nicolas Brisset
Modified: 2006-08-23 17:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2006-08-23 15:39:56 UTC
Version:           1.3.0_devel (using KDE 3.4.0, compiled sources)
Compiler:          gcc version 3.4.3
OS:                SunOS (sun4u) release 5.8

I don't exactly know how to reproduce this, but in some cases the dropdown list containing entries to select from for the X vector in the curve modification dialog does not show all entries. I have had a case with hundreds of vectors loaded and tens of them missing: this is not just an "off-by-one" case :-)
This can probably be found by looking at the code (at least I hope so), otherwise I'll post comments or attachments as soon as I find an easy way to reproduce it.
Comment 1 George Staikos 2006-08-23 16:38:49 UTC
On Wednesday 23 August 2006 09:39, Nicolas Brisset wrote:

> I don't exactly know how to reproduce this, but in some cases the dropdown
> list containing entries to select from for the X vector in the curve
> modification dialog does not show all entries. I have had a case with
> hundreds of vectors loaded and tens of them missing: this is not just an
> "off-by-one" case :-) This can probably be found by looking at the code (at
> least I hope so), otherwise I'll post comments or attachments as soon as I
> find an easy way to reproduce it.


   I can't see how this could ever happen unless objects are missing from the 
global list, in which case you wouldn't be able to see them anyway.
Comment 2 Nicolas Brisset 2006-08-23 16:42:20 UTC
OK, let me try a clean build first as I have the feeling that I am seeing strange things right now. I'll close the bug if it works after that and give more details otherwise.
Comment 3 Nicolas Brisset 2006-08-23 17:13:24 UTC
Seems to have been caused by an unclean build. Sorry...