Make WordPress Core

Opened 12 years ago

Closed 11 years ago

Last modified 5 years ago

#23740 closed defect (bug) (fixed)

color hex code in color picker displayed in RTL instead of LTR in RTL install

Reported by: mark-k's profile mark-k Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.5
Component: RTL Keywords: has-patch
Focuses: Cc:

Description

  1. in RTL install (I used hebrew) go to theme background settings
  2. Click the select color button
  3. in the hex value input box instead of #abcdef you see abcdef#

Cause is that the input inherits the RTL direction of the document. Setting dir:ltr on the element with firebug fixes the issue

Attachments (2)

colorpicker.png (24.9 KB) - added by mark-k 12 years ago.
23740.diff (436 bytes) - added by yoavf 11 years ago.

Download all attachments as: .zip

Change History (8)

@mark-k
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.6

@yoavf
11 years ago

#2 @yoavf
11 years ago

  • Keywords has-patch added

#4 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 23777:

Fix text direction for color picker in Customizer in RTL. props yoavf, mark-k. fixes #23740.

#5 @SergeyBiryukov
5 years ago

In 45626:

Customize: Fix text direction for color picker in RTL.

Props vjik for the report.
Fixes #47688. See #23740.

#6 @SergeyBiryukov
5 years ago

In 45830:

Customize: Fix text direction for color picker in RTL.

Props vjik, SergeyBiryukov.
Merges [45626] to the 5.2 branch.
Fixes #47688. See #23740.

Note: See TracTickets for help on using tickets.