Metadata
Description
When your finished doing the actual TEST (not a survey) the popup for the website requires you click out and THEN click on the "finished" link. This should only be one click.
Comments
-
Blake E commented
2008-12-01T12:05:42.000-0500 vulab9
-
Blake E commented
2008-12-08T14:17:28.000-0500 this is due to the jquery plugin that is being used. I'll see if I can kill the overlay that is causing the two clicks.
-
Blake E commented
2008-12-08T14:21:41.000-0500 I think I'd have to take out the use of a thickbox (the name of the jquery plugin being used) altogether.
Basically its just centering an iFrame so redoing this could solve some of the iframe positioning issues as well.
-
Blake E commented
2008-12-08T14:31:23.000-0500 So I've redone the way the iFrame is shown and hidden (using my own jquery code rather then the jquery plugin)
Now there is only one click and the top grey bar (which contained the start/finish links) disappears as it isn't needed once the finish is clicked.