Opened 6 years ago
Closed 4 years ago
#45836 closed defect (bug) (wontfix)
Initial letter is checked but editor does not show this.
Reported by: | neonkowy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | ui | Cc: |
Description
- Create paragraph
- Turn on initial first letter
- Jump to other paragraph
- Get back to paragraph with initial
Output: focus on our paragraph is set properly, checkbox of initial is shown as checked, but initial isn't visible in editor
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
This is intentional as browsers cannot handle styling
:first-letter
in acontenteditable
. See https://github.com/WordPress/gutenberg/pull/1189#discussion_r122184815.