Open
Bug 1879820
Opened 9 months ago
Updated 3 days ago
Consume user activation when tab for anchor _blank opens
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: canadahonk, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This should be standardized first, then we should likely write WPTs if not already added.
Reporter | ||
Comment 1•9 months ago
|
||
WIP. Seems kind of hackish but not sure where/how else is best?
Should likely write WPTs for this too.
Reporter | ||
Updated•9 months ago
|
Assignee: nobody → omedhurst
Status: NEW → ASSIGNED
Updated•9 months ago
|
Attachment #9379477 -
Attachment description: WIP: Bug 1879820 - Consume user activation when tab for anchor _blank opens → Bug 1879820 - Consume user activation when tab for anchor _blank opens
Updated•8 months ago
|
Attachment #9379477 -
Attachment description: Bug 1879820 - Consume user activation when tab for anchor _blank opens → WIP: Bug 1879820 - Apply popup blocker for user activated anchor _blank opens
Updated•3 months ago
|
See Also: → https://github.com/whatwg/html/pull/10547
Updated•3 months ago
|
Assignee: omedhurst → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•29 days ago
|
Assignee: nobody → echen
Assignee | ||
Comment 2•7 days ago
|
||
Note to myself:
we meed to handle the case where the submit target is _blank, which also opens a new window. For example:
<form target=_blank><input><button>Submit></button></form>
User activation should be checked and consumed when the form is submitted, whether by clicking the submit button or by calling submit() via script.
Updated•5 days ago
|
Attachment #9379477 -
Attachment description: WIP: Bug 1879820 - Apply popup blocker for user activated anchor _blank opens → WIP: Bug 1879820 - Consume user activation when clicking link opens a new window;
Assignee | ||
Comment 3•4 days ago
|
||
Updated•3 days ago
|
Attachment #9379477 -
Attachment description: WIP: Bug 1879820 - Consume user activation when clicking link opens a new window; → Bug 1879820 - Consume user activation when clicking link opens a new window;
Updated•3 days ago
|
Attachment #9436825 -
Attachment description: WIP: Bug 1879820 - Consume user activation when submitting form opens a new window; → Bug 1879820 - Consume user activation when submitting form opens a new window;
You need to log in
before you can comment on or make changes to this bug.
Description
•