You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a tree Gantt with a custom renderer for a name column and the Search feature enabled, search highlights create a yellow span class="b-search-hit-text" inside the matching cells which then remains after the cell DOM element is reused for a new record that no longer matches the search (after scroll), leaving incorrect text highlighted yellow. The cell does get its b-search-hit class removed but the incorrect inner DOM remains.
In a tree Gantt with a custom renderer for a
name
column and the Search feature enabled, search highlights create a yellowspan class="b-search-hit-text"
inside the matching cells which then remains after the cell DOM element is reused for a new record that no longer matches the search (after scroll), leaving incorrect text highlighted yellow. The cell does get itsb-search-hit
class removed but the incorrect inner DOM remains.Column renderer:
So far unsuccessful at creating a repro case.
The text was updated successfully, but these errors were encountered: