APA-Technology-Division / APA-Technology-Division.github.io

This page is used by the APA Technology Division to host project specific sites or applications.
2 stars 1 forks source link

Modal refresh #3

Open lianplass opened 1 year ago

lianplass commented 1 year ago

Describe the bug Modal for prompt wizard does not work every other time it is opened then closed

To Reproduce Steps to reproduce the behavior: 1.Enter a prompt into search

  1. Select a prompt to launch the prompt builder
  2. Close the prompt builder
  3. Relaunch the prompt builder from any other prompt
  4. Attempt to fill out a field under "CLICK HERE"
  5. Note that it does not create a field you can fill in.
  6. Close the prompt builder and relaunch
  7. Note that it works now.

Expected behavior You should be able to view a form upon selecting "CLICK HERE" every time

lianplass commented 1 year ago

A band-aid/partial resolution of this issue was made with the latest commit which will automatically refresh the page upon clicking the "Close" button on the modal. There is a problem with the JS which I have yet to resolve, but will be easier to resolve if the code is refactored to move some of the CSS out of the inline JS and into the page stylesheet (see Issue #11).