pravee-n / jquery.ime-firefox-extension

Firefox extension for jquery.ime input method library
4 stars 6 forks source link

Using the extension causes faulty RTL display of MediaWiki sites with the Translate extension #3

Open amire80 opened 10 years ago

amire80 commented 10 years ago

If the extension is on, the translation screen of MediaWiki sites with the Translate extension (Special:Translate) has broken display in right-to-left languages, such as Hebrew.

santhoshtr commented 10 years ago

please add screenshot

amire80 commented 10 years ago

Here you go. I marked it in red. The most notable issues are that the target language selector and the message group selector are misplaced, and the order of elements in each row is reversed. The edit link is supposed to be at the left-hand end of each row and the strings to translate are supposed to be at the the right-hand end.

translate-broken-rtl-jquery-ime

santhoshtr commented 10 years ago

How did you verify that this is surely because of the FF extension?

amire80 commented 10 years ago

If I remove the extension, the problem is gone. If I install the extension again, the problem reappears.

pravee-n commented 10 years ago

I'm very sorry for the extremely delayed reply. I was out of town for the last few days. I can confirm that this problem is surely due to the Firefox extension. The reason being the order of CSS precedence. In case of RTL, the columns are supposed to be floated right but Firefox extension overrides the translate extension's grid CSS rules (See screenshot). However, Chrome extension renders it correctly. css

I am looking into this problem and would fix it up very soon.