Hi,
There is no bug it works, you can try it on our demo site.
Make sure in the layout.master file of your skin that you have this:
<body class="pagebody" id="Body" runat="server">
body tag must have that exact id and it must have runat="server". If that is missing it will not work.
Hope that helps,
Joe