0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java29,769 stars (29,769 stars)10,177 forks (10,177 forks)batch import
bughelp wanted
Description
edge 浏览器客户端进入编辑模式后, 无法进行选中文字以及编辑文字
如图
Contributor guide
- Tech stack
- javascripthtmlcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with web developmentUnderstanding of browser CSS and JavaScript events
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Investigate the edit mode implementation in Apollo's frontend code, likely in the apollo portal module. Look for CSS properties like user select or pointer events that may conflict with text selection in Edge. Consider reproducing the issue locally in Edge to confirm the behavior and then implement a fix to ensure text selection and editing work correctly.