Opened 13 years ago
Closed 13 years ago
#729 closed (fixed)
Dangling tags in Home view and others
Reported by: | Gregory Vincic | Owned by: | Gregory Vincic |
---|---|---|---|
Milestone: | Proteios SE Future Release | Keywords: | |
Cc: |
Description
This error is generated when there are dom objects created but not inserted into the dom tree.
ERROR : Dangling tag 'TR:{CLASS=filter header}'
The problem is most likely located in GUIConverter. It looks like this is part of how a table is converted to HTML.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | set to Gregory Vincic |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4058]) Fixes #729. The filter row is now always generated and hidden using css styling.