GNOME Bugzilla – Bug 557237
combo box is linked to wrong columns after inserting 2 or more columns inside a auto-filter range
Last modified: 2008-10-23 14:01:37 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
Created attachment 121010 [details] [review] fix the anchor location of the combo box after adding the field
Created attachment 121198 [details] [review] Simpler patch This patch adds the fields left-to-right which seems to solve the problems. Please test.
the simpler patch fixed the problem.