Open
Bug 1126192
Opened 7 years ago
Updated 7 years ago
Hebrew characters strange thing happened
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: alen_101st, Unassigned)
Details
(Keywords: rtl)
Attachments
(1 file)
87.91 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36 Steps to reproduce: I have added a <span> and inside the <span> tag I had some Hebrew characters and also <a>. Span is having { position:relative } and link is having { position:absolute;right:5px; }. Thing is that span is acting like Hebrew chars don't exist. See the example: http://jsfiddle.net/son3zwa5/1/ Actual results: <a> link is not 5px from right border but it is at the middle. See the example: http://jsfiddle.net/son3zwa5/1/ Expected results: <a> it should be 5px from the right border. See the example: http://jsfiddle.net/son3zwa5/1/
![]() |
||
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•