When using the direction property for a label with windows style directory paths containing backslashes, I encountered an issue. The purpose of using direction:rtl;
was to display the end part (file names) of the path. However, I found that I am getting the leading backslashes as trailing, which could confuse users. How can I prevent this from happening.
For reference, here is the link to the code snippet: http://jsfiddle.net/pguwo67m/2/
Currently, I am working on:
Additional Note
I have also observed that this issue occurs with other leading special characters. Fiddle: http://jsfiddle.net/6L1az99t/1/