Opened 10 years ago
Closed 10 years ago
#12405 closed enhancement (fixed)
[patch][ccla] Add bidi support to gfx
Reported by: | Patrick Ruzand | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX GFX | Version: | 1.6.0rc1 |
Keywords: | 1.7-mobile bidi gfx Text | Cc: | [email protected]…, [email protected]…, Adam Peller |
Blocked By: | Blocking: |
Description
Code from Maria Vinikov (IBM, CCLA) This patch adds bidi capabilities to gfx Text and TextPath? shapes. It is based on the BidiEngine? patch proposed in this ticket : http://bugs.dojotoolkit.org/ticket/12326.
Attachments (8)
Change History (14)
Changed 10 years ago by
Attachment: | gfxBidiSupport.patch added |
---|
comment:1 Changed 10 years ago by
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp1-10.pdf added |
---|
Design document describing the problem and method for its' resolution (in 4 files)
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp11-14.pdf added |
---|
part 2 of design doc
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp15-17.pdf added |
---|
part 3 of design doc
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp18-20.pdf added |
---|
part 4 of design doc
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp21-30.pdf added |
---|
part 5 of design doc
Changed 10 years ago by
Attachment: | GFXBTD_BidiSDD0_27February2011_PublicVersionpp31-40.pdf added |
---|
part 6 of design doc
comment:2 Changed 10 years ago by
I had to split the design doc into 6 files since I have a limitation on the size of file I am entitled to upload (256 K only). Sorry.
comment:3 Changed 10 years ago by
Cc: | Adam Peller added |
---|
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Changed 10 years ago by
Attachment: | gfxBidiSupport.2.patch added |
---|
improved support for silverlight and svgweb renderers.
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The problem we are trying to resolve is twofold:
Support for control over base text direction is being added to all Dojo widgets. For core support and design document explaining what base text direction is and why it should be controlled please see following ticket: http://bugs.dojotoolkit.org/ticket/12367
I will attach another design document explaining the problem in the GFX context and the way we suggest to resolve it (this is what is implemented in the patch attached above).