alert() not working in codepen, consider alternative onclick functions for tutorial
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
https://github.com/reactjs/reactjs.org/blob/master/content/tutorial/tutorial.md
At some part of this tutorial (um, line 238 of that md file), I was asked to give the squares an onclick function of alert("click"). However, apparently Chrome has blocked this from running in codepen (A different origin subframe tried to create a JavaScript dialog. This is no longer allowed and was blocked. See https://www.chromestatus.com/feature/5148698084376576 for more details.), and can be confusing to people.
The next best alternative for alert that I can think of is console.log, and logged messages can be seen in both the browser's console and codepen's console.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
打开 tutorial/tutorial.md 的第 238 行附近,检查 CodePen 示例中正方形的 alert("click") 处理程序。验证 console.log 之类的替代方案在浏览器控制台和 CodePen 控制台中都能正常工作;当示例不再触发被阻止的对话框且仍然易于理解时,工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, react
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 38/100