You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen? What happened instead?
When I set a start url on the embedded replay web component I noticed that I cannot tab myself into the archived web page, it only tabs through the replay controls.
Try to tab into the archived webpage. It is not possible.
Click inside the archived web page. Now it works to tab but if you for example shift+tab until you get outside the archived web page you cannot get back in through tabbing.
Additional details
Viewing the code I noticed the tabindex attribute in the wr-coll-replay component is set to -1.
When I removed this line everything worked as expected. I could tab in and out of the archived web page, even when hiding the replay controls. I don't know if there is a special reason for preventing tabbing there but if not I could create a PR to remove that line.
The text was updated successfully, but these errors were encountered:
ReplayWeb.page Version
v2.2.0
What did you expect to happen? What happened instead?
When I set a start url on the embedded replay web component I noticed that I cannot tab myself into the archived web page, it only tabs through the replay controls.
Step-by-step reproduction instructions
Additional details
Viewing the code I noticed the tabindex attribute in the wr-coll-replay component is set to -1.
replayweb.page/src/item.ts
Line 964 in 7fcb470
When I removed this line everything worked as expected. I could tab in and out of the archived web page, even when hiding the replay controls. I don't know if there is a special reason for preventing tabbing there but if not I could create a PR to remove that line.
The text was updated successfully, but these errors were encountered: