[jboss-jira] [JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with a color

Guilherme Gomes (Jira) issues at jboss.org
Mon Aug 5 10:34:00 EDT 2019


     [ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guilherme Gomes updated DROOLS-4406:
------------------------------------
    Description: 
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:
- 
- 


---

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.

---

⚠️ We don't have clear performance constraints. But consider that this highlight can be performed in the future into huge number of cells (~50000).


  was:
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:
- 
- 


---

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.





> [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with a 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:
> - 
> - 
> ---
> 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.
> ---
> ⚠️ We don't have clear performance constraints. But consider that this highlight can be performed in the future into huge number of cells (~50000).



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the jboss-jira mailing list