<div dir="ltr">Sorry for replying late.<br><br>In order for enabling beamer support bidi, one has to rewrite beamer from scratch. I have heard that beamer has got a new maintainer so you can ask him to do this for you and I can offer codes as much as I can but I am not going to change beamer internals in bidi package for sure because that wastes huge amount of my time.<br>
<br>For lists, this code should fix your issue:<br><br>\def\bidileftmargin{\if@RTL\rightmargin\else\leftmargin\fi}<br>\def\@listi{\bidileftmargin\leftmargini<br>            \topsep 3\p@ \@plus2\p@ \@minus2.5\p@<br>            \parsep 0\p@<br>
            \itemsep3\p@ \@plus2\p@ \@minus3\p@}<br>\def\@listii{\bidileftmargin\leftmarginii<br>              \topsep    2\p@ \@plus1\p@ \@minus2\p@<br>              \parsep    0\p@   \@plus\p@<br>              \itemsep   \parsep}<br>
\def\@listiii{\bidileftmargin\leftmarginiii<br>              \topsep    2\p@ \@plus1\p@ \@minus2\p@<br>              \parsep    0\p@   \@plus\p@<br>              \itemsep   \parsep}<br><br clear="all"><br>-- <br>Best wishes,<br>
Vafa Khalighi<br>
</div>