Open
Bug 1419124
Opened 7 years ago
Updated 2 years ago
When input direction switched, Punctuation Symbols not switching around
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: tom.mai78101, Unassigned)
Details
(Keywords: rtl)
Attachments
(1 file)
9.60 KB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
1. Click on the URL text field in the navigation bar at the top.
2. Do CTRL+SHIFT+X to switch input direction.
3. Type "abcde[](){}".
4. Not entirely sure which input direction is considered correct.
Actual results:
I should see either:
{}()[]edcba
or
abcde[](){}
Expected results:
I see:
[](){}abcde
And the text cursor becomes wacky.
Reporter | ||
Comment 1•7 years ago
|
||
Ugh, the actual result and the expected result should be swapped around. Sorry.
Actual Result = True Expected Result
Expected Result = True Actual Result
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•