VULAB-101: Two Clicks When Finishing Test

Metadata

Source
VULAB-101
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Blake E
Reporter
Blake E
Created
2008-12-01T12:05:31.000-0500
Updated
2014-03-04T08:27:20.891-0500
Versions
  1. 0.5B
Fixed Versions
  1. 0.5B
Component
  1. Web

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.