wvulibraries / mfcs

Archival and Preservation Digital Asset Management System.
Other
8 stars 4 forks source link

Form Creator: Firefox and Safari #167

Open MichaelRBond opened 8 years ago

MichaelRBond commented 8 years ago

Test the form creator in firefox, safari, Microsoft Edge, and Internet explorer.

Create the A&M form, the PEC form, and Rock Cards.

MichaelRBond commented 8 years ago

In Safari and Firefox the "metadata or Object" form modal doesn't disappear on click.

If you have to change anything remember to retest in chrome as well.

ddavisgraphics commented 8 years ago

event.preventDefault() was causing an error. In firefox no events will register if an event is declared and not named in the function probably the only reason the code never worked on older versions of firefox and safari.

ddavisgraphics commented 8 years ago

Above Fix was for Firefox and Safari fix to modal windows

MichaelRBond commented 8 years ago

Will use this issue to track Browser compatibility issues.

MichaelRBond commented 8 years ago

Safari: Processing box on file uploads doesn't display. Submit button stays visible at the bottom after clicking. Works properly in Firefox and Chrome.