<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING AUTOFILTER: Autofilter settings stay with the column number when deleting columns"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=48025#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING AUTOFILTER: Autofilter settings stay with the column number when deleting columns"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=48025">bug 48025</a>
              from <span class="vcard"><a class="email" href="mailto:milan.berta@gmail.com" title="thatho <milan.berta@gmail.com>"> <span class="fn">thatho</span></a>
</span></b>
        <pre>Bug is still present in

Version: 6.4.1.2 (x64)
Build ID: 4d224e95b98b138af42a64d84056446d09082932
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: default; VCL: win; 
Locale: cs-CZ (cs_CZ); UI-Language: en-US
Calc: threaded

I created my own test and description:

1. Create a couple of columns and enter data:
col1    col2    col3
1       i       A
0       ii      B

2. Filter (autofilter) col2 for "ii":
col1    col2    col3
0       ii      B

Notice:
* A blue dot appeared at col2 indicating an active filter.

3. Delete column "A":
col2    col3
ii      B
Notice:
* A blue dot vanished at col@ and it appeared at col3 indicating an active
filter. Incorrect. Expected: The blue dot stays with col2.
* Open filter for col2 and no options / variables are available for selection.
Incorrect. Expected: [ ] i, [x] ii
* Open filter for col3 and all the options / variables are deselected. [ ] A, [
] B Incorrect. Expected: All variables are pre-selected. [x] A, [x] B

4. Save, close and reopen the file. The situation does not change.
* Blue dot on the wrong place.
* No variables to select in col2
* No variables are selected in col3.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>