#11181 closed defect (fixed)
FF3 TextArea strange rendering in RTL
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This might be a bug in FF3 RTL. See:
Click the Textarea tab. Move the cursor to the first Textarea, last line of text. Press End; this takes you to the far left as expected next to a period floating way out there. Press Home; this unexpectedly takes you just one character to the right, to the right of the period. This only affects FF3.
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | changed from bill to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [22226]) Fixes #11181. We have left-to-right text being used to test right-to-left mode. There are bidi "rules" for handling punctuation but even so, different browsers exhibit different behavior. I added LRE/PDF characters around words that end a line followed by punctuation since some browsers terminate LRE at newline while others continue until a true end character (PDF) is encountered.