Closed (outdated)
Project:
BeautyTips
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2010 at 17:25 UTC
Updated:
11 Feb 2018 at 16:51 UTC
Jump to comment: Most recent
Comments
Comment #1
ilw commentedI forgot to point out that when I'm switching to LTR it works great without any display issue.
Comment #2
kleinmp commentedI 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
Comment #3
massud commentedTo fix this issue, add the following code to your css file:
Comment #4
kleinmp commentedCan 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.
Comment #5
rjb commentedBack 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.
Comment #6
pifagor