Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
3 Aug 2009 at 08:52 UTC
Updated:
29 Sep 2009 at 17:30 UTC
The textareas displayed on the bulk export page are set to RTL in RTL interfaces, which make the internal code unreadable. As a rule, all text areas containing code should be always LTR.
This patch fixes this by setting the "dir=ltr" on those textareas. The patch is an "svn diff" on my local repository, taken from the views/views_export directory (to apply cd to that dir, and "patch -p0"). Patch works on views 2.6 and 3.x dev from the downloads (both with 22 lines offset).
| Comment | File | Size | Author |
|---|---|---|---|
| views2-export-should-be-ltr.patch | 725 bytes | elcuco |
Comments
Comment #1
merlinofchaos commentedMakes sense. Committed.