]
Guilherme Gomes updated DROOLS-4406:
------------------------------------
Summary: [DMN Designer] Search feature - Infrastructure for highlighting a grid cell
with color (was: [DMN Designer] Search feature - Infrastructure for highlighting a grid
cell with a color)
[DMN Designer] Search feature - Infrastructure for highlighting a
grid cell with color
--------------------------------------------------------------------------------------
Key: DROOLS-4406
URL:
https://issues.jboss.org/browse/DROOLS-4406
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Daniel José dos Santos
Priority: Major
Labels: drools-tools
Create the infrastructure code for highlighting a cell without focusing it.
In other words, the cell color must be changed, but the outline border indicating the
focus must not be enabled.
The expected result for this issue is an API like this:
{code}
void highlight(cell, color)
{code}
This JIRA supports:
-
https://issues.jboss.org/browse/DROOLS-4407
-
https://issues.jboss.org/browse/DROOLS-4408
---
Ideally, this API would be something like this:
{code}
void highlight(cell, text, color)
{code}
The text would be selected, showing the part of the cell text that matches with the
searched term. But since this is 5 story points JIRA, it's fine only to change the
cell color.
---
⚠️ Notice:
We don't have clear performance constraints. But consider that this highlight can be
performed in the future into huge number of cells (~50000).