Bug Choice Overrides using Ezandora-Choice-Override render incorrectly

VeeArr

New member
Starting in r28944, relay browser choice overrides powered by Ezandora's Choice Override script do not render correctly. Instead of redirecting to a blank page and rendering on top of that, the UI for the choice renders directly over the inventory. Tested in multiple browsers, with the same outcome. Examples of what it looks like attached.

I'm not sure if this is something that was overlooked in the changes in r28944, or something that now needs to be fixed in Ezandora's Choice Override script to account for these changes.
 

Attachments

  • choice_override_bug.png
    choice_override_bug.png
    177.1 KB · Views: 4
  • choice_override_bug2.png
    choice_override_bug2.png
    106.2 KB · Views: 4
Even normal choices are broken -- if you use the archaeologist's spade using a chat command from main.php, for example, the resulting choice is rendered above main.php.

No idea why -- the network commands look okay, although the 302 also returns a page.
 
Looks like previously it returned a 200 where the contents were the JavaScript redirect, and now it returns a 302 where the contents are the actual page.
 
Back
Top