After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557237 - combo box is linked to wrong columns after inserting 2 or more columns inside a auto-filter range
combo box is linked to wrong columns after inserting 2 or more columns inside...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Sheet Objects
unspecified
Other All
: Normal normal
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-10-21 12:54 UTC by Henry Law
Modified: 2008-10-23 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the anchor location of the combo box after adding the field (1.06 KB, patch)
2008-10-21 12:58 UTC, Henry Law
none Details | Review
Simpler patch (1.80 KB, patch)
2008-10-23 13:36 UTC, Morten Welinder
none Details | Review

Description Henry Law 2008-10-21 12:54:58 UTC
Step to reproduce:
1. select A1:D5
2. add auto-filter
3. select columns B:C
4. insert columns with right click on the column header selected
5. input the following data:
  A1 - A4: 2, 3, 4, 5
  B2: 123
  C3: 123
  D4: 123
  E5: 123
6. select '123' in the combo box at C1

Expect result:
only row 3 is shown

Actual result:
only row 4 is shown
Comment 1 Henry Law 2008-10-21 12:58:33 UTC
Created attachment 121010 [details] [review]
fix the anchor location of the combo box after adding the field
Comment 2 Morten Welinder 2008-10-23 13:36:25 UTC
Created attachment 121198 [details] [review]
Simpler patch

This patch adds the fields left-to-right which seems to solve the problems.
Please test.
Comment 3 Henry Law 2008-10-23 13:57:00 UTC
the simpler patch fixed the problem.