ui 1.8rc3 "ui-helper-hidden" Vs button()
 Hi there, 
 
To report the non consideration of dom element state regarding the css framework "ui-helper-hidden" class :
     
      - <html>
 
      -         <a class="button ui-helper-hidden" href="#">Sample hidden  button</a>
 
      -         <body>
 
      -                <script type="text/javascript">
 
      -                $(function() {
 
      -                         
 
      -                     // makes my initially hidden element appear 
 
      -                    $('a.button').button();
 
      -                });
 
      -        </script>
 
      -         </body>
 
      - </html>
 
     
Should it be reported as a bug ? I do think so since the button feature breaks element status
Thanks for UI and JQ by the way