-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Discrepancy in hoisting text attributes to elements (to selection attributes) #18430
Copy link
Copy link
Closed
Closed
Copy link
Labels
domain:typing/imeThis issue reports a problem with standard typing & IME (typing method for CJK languages).This issue reports a problem with standard typing & IME (typing method for CJK languages).package:basic-stylespackage:fontpackage:typingsquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
Milestone
Metadata
Metadata
Assignees
Labels
domain:typing/imeThis issue reports a problem with standard typing & IME (typing method for CJK languages).This issue reports a problem with standard typing & IME (typing method for CJK languages).package:basic-stylespackage:fontpackage:typingsquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
📝 Provide a description of the improvement
Screen.Recording.2025-04-25.at.08.37.02.mov
Typing over:
will behave differently depending on how this content was generated.
If it was generated by applying bold to the first paragraph and then using Enter key to create two more, the second one, even when empty, will preserve this attribute in a form of
selection:boldonparagraph.However, if bold is applied to 3 paragraphs
<p>foo</p><p></p><p>foo</p>then the second one won't be styled.📃 Other details
If you'd like to see this improvement implemented, add a 👍 reaction to this post.