Make WordPress Core

Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#50399 closed defect (bug) (reported-upstream)

Gutenberg Editor Direction when Site language is Arabic and the Profile Language is English

Reported by: studyshoot Owned by:
Priority: normal Milestone:
Component: Editor Version: 5.4.2
Severity: normal Keywords: dev-feedback needs-codex needs-testing
Cc: Focuses: css

Description

I have noticed that in Gutenberg when I Edit an Article while the Site Language is Arabic at the same time the Profile Language is English, the Direction of the Text still LTR and Not RTL. I have changed the Classes direction from LTR to RTL and It works fine, So I suggest if we find a Solution which solve this Problem.

.components-modal__frame *, .components-modal__frame :after, .components-modal__frame :before, .components-popover *, .components-popover :after, .components-popover :before, .edit-post-header *, .edit-post-header :after, .edit-post-header :before, .edit-post-sidebar *, .edit-post-sidebar :after, .edit-post-sidebar :before, .edit-post-text-editor *, .edit-post-text-editor :after, .edit-post-text-editor :before, .edit-post-visual-editor *, .edit-post-visual-editor :after, .edit-post-visual-editor :before, .editor-post-publish-panel *, .editor-post-publish-panel :after, .editor-post-publish-panel :before {
    box-sizing: inherit;
    direction: rtl;

Change History (3)

This ticket was mentioned in Slack in #core by peterwilsoncc. View the logs.


5 years ago

#2 @mukesh27
5 years ago

  • Resolutionreported-upstream
  • Status newclosed

Hi there!

Thank you for the ticket.

As discussed in today's APAC meeting the issue already reported in the Gutenberg repository GB 12352 so I'm going to close this ticket to mark reported-upstream

Feel free to reopen.

#3 @peterwilsoncc
5 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.