The goal of this project is to provide Bi-directional text support for some default (English) templates of the Bugzilla Bug system. It allows the correct display of right-to-left text in selected fields, like bug title, comments and description, while still using the default English user interface.
The solution provided here relies on browsers support for the HTML5 auto keyword of the dir attribute. Users with old browsers will not benefit from this new feature, but it should not affect them otherwise.
Tested with Bugzilla 3.4. Newer version can be found on my Github site.
The modified templates can be used in 2 ways:
This option does not require any configuration on the client part, and it is the preferred way, if your site doesn't already have custom en templates.
Technically speaking, it is a customization of some templates, implemented as localization package. If your users speak more then one right-to-left language, you can repeat steps 3-5 of the process below for each language you want to support.
External resoruces
Related bugzilla issues