Archive for December 5th, 2006

Wicket Ajax now replaces table elements such as TR and TD

Tuesday, December 5th, 2006

Thanks to a contribution done by Vincent Demay, Wicket Ajax is now able to replace table parts such as <tr>, <td> and <tbody> in Internet Explorer.

As you may know, Internet Explorer refuses to replace the inner-/outerhtml property of tags when they are tr, td, th, tbody, tfoot or thead. Until this patch you had to resort either to invalid markup such as:

or replace the whole table using Ajax.

With this patch we can replace just a part of a table, say a list item, instead of having to render the whole table again.

Blog linking: IE Bug listing

Tuesday, December 5th, 2006

A lot, but not all, Internet Explorer bugs can be found at Channel 9 from MSDN. Very nice list, but unfortunately they don’t publish the dates of the findings. This way it is not clear whether the bugs have been solved or not.