<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - the current() function is confused if used inside or()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121105#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - the current() function is confused if used inside or()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121105">bug 121105</a>
              from <span class="vcard"><a class="email" href="mailto:jiri@boha.cz" title="Jiří Boháč <jiri@boha.cz>"> <span class="fn">Jiří Boháč</span></a>
</span></b>
        <pre>(In reply to Xavier Van Wijmeersch from <a href="show_bug.cgi?id=121105#c3">comment #3</a>)
<span class="quote">> try these one</span >

Thanks for the tip, but my actual use case was something much more complicated,
the above formulas are just minimalist reproducers created to help get the bug
fixed.

I actually worked around the problem by replacing IF(OR(a,b),x,y) with this
nested IF(a,x,IF(b,x,y)). Both conditions, a and b, use CURRENT() and it works.
So it seems it's really the combination of OR() and CURRENT() that is broken.</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>