Postponed (maintainer needs more info)
Project:
Paragraph Auto Directionality
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2010 at 09:52 UTC
Updated:
24 Oct 2011 at 20:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
z.stolar commentedYou forgot to attach a patch :)
Comment #2
tsi commentedVery strange...
Comment #3
z.stolar commentedActually I think we should do the other way around - leave only the list elements, and take out the list items.
This will cause the bullets to be on the correct side (right on RTL and left on LTR).
Comment #4
tsi commentedThe issue was that the list (ul) got the wrong directionality (ltr instead of rtl) and only the list items got the right rtl direction.
So removing li will cause the whole list to be aligned to the left.
furthermore, I think giving the directionality to li only should be enough to position the bullets on the correct side, but I haven't tested this in every possible browser.
Comment #5
z.stolar commented@tsi, please let me know if this is still relevant, and I'll apply your patch.