-
Notifications
You must be signed in to change notification settings - Fork 971
Conversation
fix #8826 Test Plan: 1. enable flash 2. go to http://homestarrunner.com/ 3. you should see a Flash notification bar. click 'remember this decision' and 'deny' 4. close the tab and open http://homestarrunner.com/ in a new tab 5. you should not see a Flash notification bar this time
@diracdeltas & @bsclifton - i am pretty sure than whenever someone answers "No" to an "Allow to " and selects "Remember this decision", then it is never remembered regardless of . i don't think it is limited to flash, e.g., i have seen the same behavior for things like autoplay audio/video/etc. |
autoplay has a different code path so it should be a separate issue |
grumble. |
@mrose17 , you can try whole new autoplay for next version because #8848 just merged. Allow -> Allow until tab closed |
@DARdk - many thanks. i'll check the next RC! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test plan works.
@mrose17 it appears you edited #8826 instead of opening a new issue. FWIW because this PR fixes the original issue (flash only), your issue will be closed automatically when it is merged. If you have a separate issue, please open a separate ticket with specific repro steps. for code organization reasons, I don't want to fix the broader issue and the flash-only issue in the same PR. |
@diracdeltas Is this expected? Shouldn't it not allow to run flash after |
Right click on the same tab where the notification was cancelled allows the flash component to run |
Nope, because 'Allow Once' in the screenshot overrides the first Deny setting. |
@srirambv & @diracdeltas - i can't parse
because of the double-negative. can the question be stated more simply? thanks! |
@mrose17 i think sriram was asking if the behavior in the screenshot is correct and i already answered |
@diracdeltas - thanks! |
fix #8826
Test Plan:
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests