[JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with a color
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugi... ]
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:
- 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).
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.
---
⚠️ 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).
> [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:
> - 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)
6 years, 9 months
[JBoss JIRA] (WFCORE-4532) Investigate new JDK 14 regressions
by Richard Opalka (Jira)
[ https://issues.jboss.org/browse/WFCORE-4532?page=com.atlassian.jira.plugi... ]
Richard Opalka updated WFCORE-4532:
-----------------------------------
Summary: Investigate new JDK 14 regressions (was: Investigate new JDK 13 regressions)
> Investigate new JDK 14 regressions
> ----------------------------------
>
> Key: WFCORE-4532
> URL: https://issues.jboss.org/browse/WFCORE-4532
> Project: WildFly Core
> Issue Type: Task
> Components: Security
> Reporter: Richard Opalka
> Assignee: Richard Opalka
> Priority: Critical
> Labels: jdk13
>
> Latest Open JDK 13 Early Access 25 introduced six new regressions in our test suites.
> Failing tests in WILDFLY-CORE are:
> * wildfly-core/elytron/src/test/java/org/wildfly/extension/elytron/TlsTestCase.java
> * wildfly-core/testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/sasl/mgmt/KerberosHttpMgmtSaslTestCase.java
> * wildfly-core/testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/sasl/mgmt/KerberosNativeMgmtSaslTestCase.java
> Failing tests in WILDFLY are:
> * wildfly/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/web/ssl/CertificateRolesLoginModuleTestCase.java
> * wildfly/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/web/ssl/DatabaseCertLoginModuleTestCase.java
> * wildfly/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/web/ssl/HTTPSWebConnectorTestCase.java
> Could somebody from our security team have a look what is going on [~darran] ?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4408) [DMN Designer] Search feature - Highlight all search results in the Guided Decision Table editor
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4408?page=com.atlassian.jira.plugi... ]
Guilherme Gomes updated DROOLS-4408:
------------------------------------
Description:
Currently, only the current result is highlighted when the user performs a search. However, all search results must be is highlighted.
Apply the infrastructure code from https://issues.jboss.org/browse/DROOLS-4406 to highlight the grid cells and pure CSS into the Data Types tab.
⚠️ Notice:
Each search must be executed in 500ms tops. If this target is not feasible, the JIRA must be closed without resolution.
was:
Currently, only the current result is highlighted when the user performs a search. However, all search results must be is highlighted.
Apply the infrastructure code from https://issues.jboss.org/browse/DROOLS-4406 to highlight the grid cells, and pure CSS into the Data Types tab.
⚠️ Notice:
Each search must be executed in 500ms tops. If that target is not feasible, this JIRA must be closed without resolution.
> [DMN Designer] Search feature - Highlight all search results in the Guided Decision Table editor
> ------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4408
> URL: https://issues.jboss.org/browse/DROOLS-4408
> Project: Drools
> Issue Type: Task
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Currently, only the current result is highlighted when the user performs a search. However, all search results must be is highlighted.
> Apply the infrastructure code from https://issues.jboss.org/browse/DROOLS-4406 to highlight the grid cells and pure CSS into the Data Types tab.
> ⚠️ Notice:
> Each search must be executed in 500ms tops. If this target is not feasible, the JIRA must be closed without resolution.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with a color
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugi... ]
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.
---
⚠️ 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).
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.
---
⚠️ We don't have clear performance constraints. But consider that this highlight can be performed in the future into huge number of cells (~50000).
> [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.
> ---
> ⚠️ 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)
6 years, 9 months
[JBoss JIRA] (DROOLS-4407) [DMN Designer] Search feature - Highlight the current result with colors that follow the PF standard
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4407:
---------------------------------------
Summary: [DMN Designer] Search feature - Highlight the current result with colors that follow the PF standard
Key: DROOLS-4407
URL: https://issues.jboss.org/browse/DROOLS-4407
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Daniel José dos Santos
All places (_DMN Boxed expressions editor, Guided Decision Tables editor, Guided Decision Tables graph editor, and DMN Data Types tab_) that use the search component must follow the PatternFly standard colors to highlight the cells.
Apply the infrastructure code from https://issues.jboss.org/browse/DROOLS-4406 to highlight the grid cells, and pure CSS to highlight the Data Types.
⚠️ Notice:
The DMN graph stay as is for now. Since nodes can have their own colors, the current highlight is enough.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with a color
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugi... ]
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)
6 years, 9 months