<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Editing conditional text field condition exposes unrelated hidden section"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=84148#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Editing conditional text field condition exposes unrelated hidden section"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=84148">bug 84148</a>
              from <span class="vcard"><a class="email" href="mailto:docorbit@sonic.net" title="Chas Belov <docorbit@sonic.net>"> <span class="fn">Chas Belov</span></a>
</span></b>
        <pre>Steps changed slightly in LibreOffice 6.0.7.3:

Steps:

1. Create a new document

2. Insert variable varA with value "is" (without the quotes) 
-- a. Insert > Field > More Fields > Variables > Set Variable
-- b. Name: varA 
-- c. Value: is
-- d. Click Insert

2. Press enter

3. Insert variable varB with value "is" (without the quotes)
-- same as step 1 with name varB

4. Press enter

5. Insert a conditional field based on varA
-- a. Insert > Field > More Fields > Functions > Conditional Text
-- b. Condition: varA EQ "is" (with the quotes)
-- c. Then: Ais
-- d. Else: AisNot
-- e. Click OK

6. Press enter

7. Insert two section based on varB
-- a. Type "Hide this section if varB is" (without the quotes)
-- b. Press enter
-- c. Type "Hide this section if varB is not" (ditto)
-- d. Select the first of the two lines
-- e. Insert > Section
-- f. Check Hide
-- g. Condition: varB EQ "is"
-- h. Select the second of the two lines
-- i. Insert > Section
-- j. Check Hide
-- k. Condition: varB NEQ "is"

Attachment is at this point.

8. Double-click "Ais"

9. Change condition from EQ to NEQ

10. Click OK

Actual result:  Hidden section appears
Expected result:  No change to which section is hidden and which isn't

Same actual result as the issue I originally posted.

So, still an issue.</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>