﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19060	admin CSS: .code, code should have direction:ltr (for rtl installations)	panuy		"selectors .code, code indicate code, which is 100% of the times english text that must be aligned to the left, and have left-to-right directionality.

if the administration panel is in RTL mode, the code textboxes are reversed, and it is nearly impossible to edit them.

the suggested code will not affect LTR installations.

suggested fix at wp-admin-rtl.dev.css file:

.code, code {
   direction: ltr;
   (...)
}
"	defect (bug)	closed	normal		RTL	3.2.1	normal	duplicate	has-patch	
