Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Renders an additional non active input field

未关闭
#3 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
38/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
javascript
领域
frontend

调研方向

打开 example.html,并在浏览器中重现空编辑器的操作序列:按两次 Tab,按 Enter 创建图像输入,然后再次按 Enter。跟踪附加输入字段的处理,并验证按 Enter 不会创建无效字段;粘贴图像 URL 应继续在预期字段中正常工作。

由索引模型根据 Issue 内容生成。

描述

If editor has no initial input data, then after pressing enter in an empty input field there is created an addition not intended input field which does nothing.

How to reproduce:
  1. Delete data object from new EditorJS in the example.html
  2. In browser, press tab twice and then enter to create image input field
  3. Press enter again

Result looks like this:
Screenshot from 2020-09-26 14-46-19
But pasting image url into the second field does nothing.

主要语言
JavaScript
星标
29
派生
22
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

editor-js/simple-image-tutorial 的其他 Issue

查看 editor-js/simple-image-tutorial 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。