Git Product home page Git Product logo

Comments (6)

nroutasuo avatar nroutasuo commented on July 4, 2024

I see this bug now and then but also haven't figured out real reproduction steps for it yet. I'll keep looking but if you figure out any more details about when it happens and when it doesn't I'd be really curious to hear.

I'll make a separate ticket for discard not working.

from level13.

CondoSlime avatar CondoSlime commented on July 4, 2024

Well. I did notice that the softlock never happens on the first fight and also doesn not seem to happen often during raids if at all.

from level13.

praxiq avatar praxiq commented on July 4, 2024

Well. I did notice that the softlock never happens on the first fight

In the screenshot attached to the original post, it happens on the first fight. (it says "FIGHT 1/3"). Just happened to me too. :)

from level13.

praxiq avatar praxiq commented on July 4, 2024

Next time you get this glitch, use the devtools to inspect where the buttons are supposed to be. It looks like some sort of loop or recursion glitch. Here's an excerpt...

<div class="buttonbox" id="fight-buttons-main" data-visible="true" style="display: block;">
  <div class="callout-container" style="display: inline-block;">
     <div class="callout-container" style="display: inline-block;">
        <div class="callout-container" style="display: inline-block;">
           <div class="callout-container" style="display: inline-block;">
             <div class="callout-container" style="display: inline-block;">
<!-- ...snip another 20-30 levels deep... -->
                 <div class="callout-container" style="display: inline-block;">
                    <div class="callout-container" style="display: inline-block;">
                       <div class="callout-container" style="display: inline-block;">
                          <div class="container-btn-action">
                             <button id="out-action-fight-confirm" class="action click-bound" action="fight" data-hascooldown="false" data-visible="true" style="display: inline-block;">
                              Fight
                              <div class="cooldown-action" style="display: none; width: 100%;"></div>
                              <div class="cooldown-duration" style="display: inherit;"></div>
                             </button>
                             <div class="cooldown-reqs" style="display: none; width: 100%;"></div>
                          </div>
                       </div>
                    </div>
                 </div>
<!-- ...snip... -->
              </div>
           </div>
        </div>
     </div>
  </div>
</div>

Note that some of the intermediate layers I cut out actually say display:none instead of display:inline-block. Also, there's a similar but different (and even more complicated) cascade for the other button.

from level13.

nroutasuo avatar nroutasuo commented on July 4, 2024

@praxiq That's a very good hint actually and points at something I changed recently, thanks!

from level13.

nroutasuo avatar nroutasuo commented on July 4, 2024

I think I've finally fixed this one, fix will be in the next update. Thanks for reporting!

from level13.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.