JamesBrownSEAMS

Results 4 comments of JamesBrownSEAMS

I created a modified example following comments about the delay and used `shinyjs` to add one for testing: ``` library(shiny) library(shinyalert) library(shinyjs) ui

Further testing on the delay. Cutoffs for the major browsers: - FireFox (initial test browser) 370-371ms - Edge 370-371ms - IE11 376-377ms - Chrome 380-381ms

Agreed, I wanted to see if there was a consistent delay requirement that might point to some process in the browser (perhaps in JavaScript) that was causing the issue. Alas,...

Indeed, I had expected it to be semi-random within a deteminable range but I reran the tests a number of times under different conditions for the R environment and the...