Closed
Bug 1879820
Opened 1 year ago
Closed 4 months ago
Consume user activation when tab for anchor _blank opens
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
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•1 year ago
|
||
WIP. Seems kind of hackish but not sure where/how else is best?
Should likely write WPTs for this too.
Reporter | ||
Updated•1 year ago
|
Assignee: nobody → omedhurst
Status: NEW → ASSIGNED
Updated•1 year 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•1 year 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
See Also: → https://github.com/whatwg/html/pull/10547
Updated•8 months ago
|
Assignee: omedhurst → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → echen
Assignee | ||
Comment 2•5 months 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•4 months 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 months ago
|
||
Updated•4 months 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•4 months 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;
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a5c664192cd
Consume user activation when clicking link opens a new window; r=smaug,zcorpan
https://hg.mozilla.org/integration/autoland/rev/e139b4496f0b
Consume user activation when submitting form opens a new window; r=smaug,zcorpan
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/49259 for changes under testing/web-platform/tests
https://hg.mozilla.org/mozilla-central/rev/9a5c664192cd
https://hg.mozilla.org/mozilla-central/rev/e139b4496f0b
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Comment 9•3 months ago
|
||
Yes, and I think they are all duplicates of bug 1934807.
Flags: needinfo?(echen)
You need to log in
before you can comment on or make changes to this bug.
Description
•