Ticket #2368 (closed defect: invalid)

Opened 22 months ago

Last modified 21 months ago

when FilteringTable is created dynamically, heading cells are <td>, they should be <th>

Reported by: yh_mailinglist@… Owned by: anonymous
Priority: normal Milestone:
Component: General Version: 0.4.1
Severity: normal Keywords:
Cc:

Description (last modified by ttrenka) (diff)

Hello Dojo team,

I have found a small bug, but it is annoying for the css rules

pb reproduced with nightly build.

to reproduce, start the example test_FilteringTable_programmatic.html and inspect the dom with firebug

you get sthg like <table><thead><tr><td> it should be <th>

Thanks

Yann

Change History

Changed 21 months ago by ttrenka

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)

This is not a bug, it's a "feature". Seriously though, your rules should be applied to either td or th elements that are children of the thead element as opposed to assuming that they will be th elements.

Note: See TracTickets for help on using tickets.