Project

General

Profile

Bug #178

EventRecorder issues

Added by Josip Almasi 3 months ago.

Status:
New
Priority:
Low
Assignee:
-
Start date:
02/10/2024
Due date:
% Done:

0%

Estimated time:

Description

EventRecorder is identified by name, that defaults user id (Recording.java).
However, user id is recycled for anonymous users.
Record something as anonymous, reconnect, start recording, chances are you're going to not override, but add more events to an existing recorder.
Record something as known user, you add more events to existing recorder.

Actions:
1) EventRecorder.init() needs to erase existing events, if any.
2) Recording.execute() needs to at least log/respond with a warning if recorder exist
3) RecorderUI needs ability to generate unique recorder name
None of this should get in the way of adding more events to an existing recorder.

Quick fix implemented in RecorderUI/template world - random recorder name.

Also available in: Atom PDF