Menu

#7 parricipant is able to go back from view to view

pending-works-for-me
5
2012-02-22
2011-10-12
Anonymous
No

Index.php US the central Output of egg ui. Egg forces User to be in a location Inside the System. The User should not able to Change locations by himself. Currently he can Switch back by pressing Browsers back Button.

Discussion

  • Marcus Pinnecke

    Marcus Pinnecke - 2012-01-16

    Also Check Opera; Maybe the view is not able to be controlled by egg system

     
  • Marcus Pinnecke

    Marcus Pinnecke - 2012-01-19
    • assigned_to: nobody --> oksana-kulyk
     
  • TUM-HR

    TUM-HR - 2012-01-19

    Try to solve problem (appearing only on Opera, afawk) using:
    <meta http-equiv="cache-control" content="no-cache">
    and
    header('Cache-Control: no-store, no-cache, must-revalidate');

     
  • Oksana Kulyk

    Oksana Kulyk - 2012-01-22

    Cache Control doesn't work since a different mechanism is used for accessing pages with Back button. So far no solution found.

     
  • Oksana Kulyk

    Oksana Kulyk - 2012-01-23

    Workaround needed: users may be able to switch between views with the 'Back' button, but they shouldn't be allowed to send the forms twice, enter another experiment etc (this may be ensured by PHP&JavaScript means). The treatment of history navigation in Opera seems to be mostly uncontrollable by us.

     
  • Oksana Kulyk

    Oksana Kulyk - 2012-01-23
    • status: open --> open-wont-fix
     
  • Marcus Pinnecke

    Marcus Pinnecke - 2012-02-02

    Möglichkeit u.U. Öffnen der Seite in neuen Fenster ohne Menübar, Toolbar etc. (in Opera)
    oder JavaScript
    oder Opera verbieten

     
  • Oksana Kulyk

    Oksana Kulyk - 2012-02-02
    • status: open-wont-fix --> open-works-for-me
     
  • Oksana Kulyk

    Oksana Kulyk - 2012-02-02

    <script language="JavaScript"><!--
    javascript:window.history.forward(1);
    //--></script> seems to solve the problem so far

     
  • TUM-HR

    TUM-HR - 2012-02-22
    • status: open-works-for-me --> pending-works-for-me
     
  • TUM-HR

    TUM-HR - 2012-02-22

    Please confine solution to Opera only. All other brothers seem to work fine without.

     
MongoDB Logo MongoDB