Custom Query (18300 matches)
Results (133 - 135 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2368 | invalid | when FilteringTable is created dynamically, heading cells are <td>, they should be <th> | ||
Description |
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 |
|||
#9110 | fixed | what do you think about a "dojo.parents(expr: String?)" and $('.nodes').parents(expr: String?) featurelike jquery.parents feature ? | ||
Description |
What do you think about a "dojo.parents(expr: String?)" and $('.nodes').parents(expr: String?) feature. This feature could be like jquery.parents feature : http://docs.jquery.com/Traversing/parents#expr Regards, Stephane |
|||
#11414 | wontfix | weird apperance when create tabContainer inside TitlePane programmatically .CCLA. | ||
Description |
when create tabContainer inside titlePane, the tabcontainer looks weird, please refer to the attached test case (test_TitlePane_with_TabContainer.html) |