[jboss-jira] [JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with color
Guilherme Gomes (Jira)
issues at jboss.org
Wed Aug 7 10:08:00 EDT 2019
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guilherme Gomes reassigned DROOLS-4406:
---------------------------------------
Assignee: Daniel José dos Santos (was: Guilherme Gomes)
> [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).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list