User icon
please can you fix this issue on computers thanks can't even fucking sign up @paradock
  • User submitted image
Comments
  • User icon
    That always happens to me a year ago
  • User icon
    clear your cache and reload (crtl + f5) to check if this happens again
  • User icon
    what
  • User icon
    what browser do you use and version? and additional details that can help
    • User icon
      because I can't replicate this bug on my side
    • User icon
      google chrome and microsoft edge this happened for me on my laptop.

      google chrome version: 143.0.7499.170
    • User icon
      try to get logs from the console when you're trying to do use the dropdowns, this could help me further

      still testing currently
    • User icon
      is this related to your dropdown bug
      i wasn't sure because it shows the actual dropdown thingy and i haven't seen that in any of the examples of the dropdown bug
      i was also messing around in developer tools so i'm unsure if that caused it
      • User submitted image
    • User icon
      it might be, I just can't replicate on my side...
    • User icon
      well, this is the error i got:
      Uncaught TypeError: can't access property "focus", select_options_option[current_select_index] is undefined
      onclick https://static.darflen.com/js/main.js:398
      initialize_selector https://static.darflen.com/js/main.js:394
      handle_dom_modification https://static.darflen.com/js/main.js:1272
      handle_dom_modification https://static.darflen.com/js/main.js:1271
      observer https://static.darflen.com/js/main.js:1319
      observer https://static.darflen.com/js/main.js:1309
      observe_dom_changes https://static.darflen.com/js/main.js:1308
      <anonymous> https://static.darflen.com/js/main.js:1330


      this was on firefox v146.0
      also current_select_index was set to -1, causing this error (shown in the image)
      i BELIEVE the -1 was caused by indexof which was used on line 421
      in my case though, this was only caused by setting the value (i don't know if in the other cases it was due to setting it or not)
      • User submitted image
    • User icon
      this error can help me, thanks

      the thing is is how do you make this happen as a regular user...
    • User icon
      i replicated it kinda..
      except it makes no sense because you have to click on a small area to cause it in my case
      plus there is no error so i dunno. doesn't make sense to me
      maybe update 408 to this:

      if (selected_value !== null && Array.from(select_options_option).includes(selected.target)) {


      apart from it listing every item, does it have any other effects? like does it prevent the user from using the dropdown
      • Play icon
    • User icon
      it throws an error on chrome-based browsers but you can retry another option and it will solve by itself

      (it doesn't prevent you from re-using it)
    • User icon
      ok I did a hotfix and it solves your problem

      but does it solves dert problem? idk he should try again and clear his cache
    • User icon
      i think maybe dert was using the actual scroll bar as i show in the video?
      i used the old version of main.js and it caused this when i attempted to use the scrollbar

      assuming they were doing that, it doesn't cause the issue anymore.
      • Play icon
    • User icon
      i can say it's fixed until proven otherwise