smatin / smt2

Automatically exported from code.google.com/p/smt2
0 stars 0 forks source link

Mouse tracker does not record #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Access the page http://arc30.wpi.edu/smt2/testme1.html
2.Check the console
3.Log cache empty

What is the expected output? What do you see instead?
It should record the mouse movements and the CMS as well database should have 
the recorded data

What version of the product are you using? On what operating system?

2.2.0 on Linux
Please provide any additional information below.
I have tried three different codes
<!DOCTYPE html>
<!-- This page is a bulletproof example to test smt2 recording capabilities. -->
<html>

<head>

  <title>My document title</title>

  <!--<script type="text/javascript" src="/smt2/SVN/core/js/src/smt2e.js"></script>-->
  <script type="text/javascript" src="/smt2/core/js/smt2e.min.js"></script>
  <script type="text/javascript">
  try {
    smt2.record({ 
      warn:true, 
      warnText:"smt2e is going to track your cursor activity." 
    });
  } catch(err) {}
  </script>

</head>

<body>
Your page content goes here...
</body>

</html>

I have attached two other codes. Help me

Original issue reported on code.google.com by mahathiv...@gmail.com on 7 Oct 2014 at 4:23

Attachments:

GoogleCodeExporter commented 9 years ago
Please follow https://code.google.com/p/smt2/wiki/readme
Especially have a look at 
https://code.google.com/p/smt2/wiki/readme#Recording_issues?

Original comment by luis.lei...@gmail.com on 10 Oct 2014 at 8:45