New issue
Advanced search Search tips

Issue 830137 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Wrong sample code on Getting Started for Chrome Extensions

Reported by irvink.t...@gmail.com, Apr 7 2018

Issue description

Chrome Version       : 65.0.3325.181
OS Version: 10.0
URLs (if applicable) :
Other browsers tested: N/A
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari:
    Firefox:
    IE/Edge:

What steps will reproduce the problem?
1. Create options.js file for Getting Started tutorial
2. Type in the given code from tutorial
3.

What is the expected result?
Four buttons should appear on the options page for the example extension

What happens instead of that?
Nothing appears because in the tutorial 'page.appendChild(button)' is used but it should be 'document.body.appendChild(button)'. 'page' is never defined in the options.js file. 

Please provide any additional information below. Attach a screenshot if
possible.

UserAgentString: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36



 
Labels: Needs-Triage-M65
Components: Platform>Extensions>Documentation
Cc: susan.boorgula@chromium.org
Labels: Needs-Feedback Triaged-ET
irvink.tang@ Thanks for the issue.

Request you to provide the sample extension/test file where this issue can be reproduced, which will help in further triaging from TE end.

Thanks..
Status: WontFix (was: Unconfirmed)
As there is no response/Feedback from the reporter for comment#3 from so long duration, hence closing this issue and marking it as Won't fix.

@Reporter: Please feel free to raise a new one if the issue is seen.

Thanks!

Sign in to add a comment