[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:32:01 EDT 2019


Guilherme Gomes created DROOLS-4406:
---------------------------------------

             Summary: [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


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.





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



More information about the jboss-jira mailing list