Open
Bug 1935592
Opened 3 months ago
Updated 2 months ago
BrowsingContextInfo.originalOpener is null for links opened with shift + click
Categories
(Remote Protocol :: WebDriver BiDi, defect, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [webdriver:backlog])
From Bug 1935509, it seems that the crossGroupOpener property we use is null when using shift + click on a link (which opens the link in a new window), whereas it's correctly set if you do a CtrlOrCmd + click (opens the link in a new tab).
The actual fix should happen in Bug 1935509, but we should probably add wdspec tests to verify this behavior across browsers.
Reporter | ||
Updated•2 months ago
|
Severity: -- → S3
Points: --- → 2
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•