Menu

#134 label not assigned to radio and checkbox

open
Web tester (52)
5
2008-12-20
2008-03-13
chrisvogt
No

Hej,

I don't know if the label functionality is in use yet, but debugging some other problem I noticed that radio and checkbox in SimpleBrowser always have label "false" even if one was attached in HTML.

The problem lies in th attachLabelBySelectore and the isMatch methods. is Match searches the whole radio group or checkbox group for one matching id but then method_exists($this->_widgets[$i], 'setLabel') checks the group object if a label can be set, but it should check the radio or checkbox object.

Cheers
Chris

Discussion

  • Marcus Baker

    Marcus Baker - 2008-04-07
    • status: open --> open-postponed
     
  • Marcus Baker

    Marcus Baker - 2008-04-07

    Logged In: YES
    user_id=695819
    Originator: NO

    Hi.

    This has been in my fix queue for some time. Right now the PHP5 E_STRICt compatibility has a higher priority. I'm afraid we will have to fix this bug in a later version.

    yours, Marcus

     
  • Edward Z. Yang

    Edward Z. Yang - 2008-12-20
    • status: open-postponed --> open
     
  • Edward Z. Yang

    Edward Z. Yang - 2008-12-20

    Un-postponing, as E_STRICT compatibility has been achieved.

     

Log in to post a comment.