JQueryMobile 1.2 rc-1

JQueryMobile 1.2 rc-1

Hi all,
 
I am new on the forums, and I am not sure if this is the places for asking this thing. I was working with jquerymovile 1.1 and 1.2 alfa without this problem. Yesterday I tried with 1.2 rc-1 ant this does not work.
 
I have this header:
 
        <div data-role="header" id="menubar">
          <div data-role="navbar" data-mini="true">
            <ul>
              <li><a href="#bro?tipo=uno" data-role="button">Uno</a></li>
              <li><a href="#bro?tipo=dos" data-role="button">Dos</a></li>
              <li><a href="#bro?tipo=tres" data-role="button">Tres</a></li>
            </ul>
          </div>
        </div>








It is supposed that, clicking over each button, a pagebeforechange event is fired. With 1.2 rc-1 it does not happen anymore. What can be the problem?
 
Thank you.
 
Adriano