View Issue Details

IDProjectCategoryView StatusLast Update
0020743MMW 5Generalpublic2024-03-30 21:09
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version5.1 
Summary0020743: tr elements without table parent and without td children
DescriptionSort by div in auto-playlist editor with data-id="vtSortRules" contains <tr> elements, without <table> parent. This is not standard (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr):
"The <tr> may be placed as a direct child of its parent <table> element, but only if the <table> has no child <tbody> elements, and only after any <caption>, <colgroup>, and <thead> elements. Otherwise, the parent must be a <thead>, <tbody>, or <tfoot> element."

These <tr> elements have child div elements without using <td> or <th> elements, which is also not standard.

I don't know if you are using such thing in another places in the program, I just found this code with Inspect Element after trying to skin properly the Sort by elements.
TagsNo tags attached.
Fixed in build3007

Activities

michal

2024-03-21 09:31

developer   ~0074724

Fixed in build 3007, there should be simple div. Found another copy of this bug in view editor, fixed too.

peke

2024-03-30 21:09

developer   ~0074887

Verified 3010