Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.8.4

Bug #8170 updateRowAttributes & one column
Submitted: 2006-07-09 05:15 UTC
From: coder at darkk dot net dot ru Assigned: wiesemann
Status: Closed Package: HTML_Table (version 1.7.1)
PHP Version: 4.4.0 OS: Linux Slackware 10.2
Roadmaps: (Not assigned)    
Subscription  


 [2006-07-09 05:15 UTC] coder at darkk dot net dot ru (Leonid)
Description: ------------ I create table with single column and apply styles to some rows. Now I have table with single column. After I run toHtml method I have table with two columns. In my opinion toHtml should not modify maximal number of columns. I've seen bug like this (#4656) but it was closed year ago and seems this bug occures in latest release too. I've not tried CVS version yet. Test script: --------------- Script is at: http://darkk.net.ru/pear/test.php Code is viewable at: http://darkk.net.ru/pear/test.php.txt Expected result: ---------------- I expect to see table with single column :)

Comments

 [2006-07-09 13:01 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-07-09 13:15 UTC] coder at darkk dot net dot ru
You're right, updateAttributes shoots.
 [2006-07-09 13:21 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-07-09 13:42 UTC] coder at darkk dot net dot ru
Thank you for quick fix.