New issue
Advanced search Search tips

Issue 774843 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

<Replace this with a summary. This form is for audio/video issue (HTML5).>

Reported by jayachan...@gmail.com, Oct 15 2017

Issue description

Hi Team,

Please find the below details.

Chrome Version       : 61.0
URLs (if applicable) : Global youtube videos
OS version           : windows 8
Network (such as Cable/DSL/Dial up etc): DSL
Audio/Video format (if applicable): yotube videos
Special chrome flags (if applicable): NA

Behavior in Safari (if known): Global
Behavior in Firefox (if known): Global

Video issue, Audio issue, both, neither? videos issue only

Flash or HTML5?  <right-clicking most players will either reveal some text
with “Flash”; otherwise likely HTML5> Youtube Html5

If the browser or renderer crashed (“Aw, Snap”), please add any crash
IDs from chrome://crashes  (possibly after enabling crash reporting per
http://support.google.com/chrome/bin/answer.py?hl=en&answer=96817)

What steps will reproduce the problem?
(1) Need to validate escape key validation in keyboard.
(2) On key press() validation.
(3) $(document).on('keyup',function(e) {
       if (e.keyCode === 27) $('.cancel').click();   // esc
    });

What is the expected result? 
User should not able to avoid mandatory advertisement in yotube videos. 

What is the actual result?
when a youtube video is in fullscreen, On clicking escape key in the keyboard advertisement get disappears and video continues so that user can able to avoid mandatory advertisement in youtube(which do not have skip add option videos).

Any additional information (anything else which may help us debug the
issue)? 
$(document).on('keyup',function(e) {
       if (e.keyCode === 27) $('.cancel').click();   // esc
    });
can able to avoid mandatory advertisement in youtube(which do not have the skip add option).


Please attach the HTML5/JavaScript code or audio/video files as well as
screenshot and/or videos (if applicable) 
$(document).on('keyup',function(e) {
       if (e.keyCode === 27) $('.cancel').click();   // esc
    });

Thanks & Regards,
Jayachandran S
 
Labels: Needs-Triage-M61
Status: WontFix (was: Unconfirmed)
this is a YouTube function bug. Please open bug in buganizer under YouTube > Main App > Desktop

Sign in to add a comment