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

Request #6768 add colgroup feature
Submitted: 2006-02-13 15:23 UTC
From: farell Assigned: wiesemann
Status: Closed Package: HTML_Table (version 1.6.1)
PHP Version: 4.4.2 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 44 + 35 = ?

 
 [2006-02-13 15:23 UTC] farell
Description: ------------ I've played a bit recently with HTML_Table to present my data , and noticed that html colgroup/col tags are not supported. I would like to propose my implementation [1] with a test script [2]. My class [1] only propose a new method setColGroup() and main code of toHtml() are copied from HTML_Table except for lines 70 to 86. Even if browsers (IE, FireFox, ...) manage colgroup differently, it could be a nice add-on for HTML_Table Laurent Laville Syntax highlight source code [1] http://laurent-laville.org/pear/pepr/HTML_Table/table_colgroup.html [2] http://laurent-laville.org/pear/pepr/HTML_Table/test_table_colgroup.html

Comments

 [2006-02-14 16:31 UTC] wiesemann
This was already requested in #6167. If this feature only needs such a small change (or addition) to the current code, I would say that this should be integrated. The browser problem remains -- but it could be left over to the HTML_Table user to only those parts of <colgroup>/<col> that are working with the most important browsers. Laurent, if the HTML_Table maintainers agree, you should make a unified diff against current CVS available somewhere (although the needed changes are obvious from your comments, it's just meant for convenience).
 [2006-04-25 09:45 UTC] wiesemann (Mark Wiesemann)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.