Hi everyone,

Is anybody success to implement BT with right to left website?

I'm attaching screenshot with the issue.

Thank you in advanced...

CommentFileSizeAuthor
Screenshot.png5.46 KBilw
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ilw’s picture

I forgot to point out that when I'm switching to LTR it works great without any display issue.

kleinmp’s picture

Category: bug » feature
Status: Active » Postponed

I haven't really tested it using RTL, but if it doesn't work, then it probably doesn't currently support it. This would need to change in the jquery plugin itself in order for it to work with the module. I'll mark this as postponed until that happens.

The project page for the plugin is here: http://plugins.jquery.com/project/bt

massud’s picture

To fix this issue, add the following code to your css file:

.bt-wrapper canvas {
  left: 0;
}
kleinmp’s picture

Version: 6.x-1.1 » 7.x-2.x-dev
Status: Postponed » Needs review

Can anyone else verify that the css from comment 3 works? I added a feature to the module that conditionaly adds css for ltr support but I'm having trouble testing ltr.

rjb’s picture

Back in January there was this RTL issue reported for my Calendar Tooltips module, and somehow i came up with the fix in #3. I debugged the issue and tested the fix by enabling the locale module (in core) and configuring the english language to use right-to-left direction. Some of my users use real RTL languages and according to them the fix works. I added the code to the RTL stylesheet of the module.

pifagor’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)