[JBoss JIRA] (DROOLS-4585) Focus doesn't moves after the selected cell
by Yeser Amer (Jira)
[ https://issues.jboss.org/browse/DROOLS-4585?page=com.atlassian.jira.plugi... ]
Yeser Amer commented on DROOLS-4585:
------------------------------------
I confirm, it's present.
Not a regression anyway.
> Focus doesn't moves after the selected cell
> -------------------------------------------
>
> Key: DROOLS-4585
> URL: https://issues.jboss.org/browse/DROOLS-4585
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.28.0.Final
> Reporter: Anna Dupliak
> Assignee: Yeser Amer
> Priority: Major
> Labels: CustomerFocus
>
> {color:red}*Failure*{color}
> If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
> *Expected*
> Viewed part of grid follows the selected cell
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-4584) Scrolling during editing mode move cell in new position on the screen
by Anna Dupliak (Jira)
[ https://issues.jboss.org/browse/DROOLS-4584?page=com.atlassian.jira.plugi... ]
Anna Dupliak updated DROOLS-4584:
---------------------------------
Steps to Reproduce:
# Go to Test Scenario Designer
# Fill up the grid by right click clicking on *property* header and choose *Duplicate instance*
# Repeat step 3 10 times to activate the ability of horizontal scrolling
# Double click on cell to enable edit mode
# Scroll horizontally
was:
# Go to Test Scenario Designer
# Fill up the grid by right click clicking on *property* header and choose *Insert Colomn Left*
# Repeat step 3 10 times to activate the ability of horizontal scrolling
# Double click on cell to enable edit mode
# Scroll horizontally
> Scrolling during editing mode move cell in new position on the screen
> ---------------------------------------------------------------------
>
> Key: DROOLS-4584
> URL: https://issues.jboss.org/browse/DROOLS-4584
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.28.0.Final
> Reporter: Anna Dupliak
> Assignee: Yeser Amer
> Priority: Major
> Labels: CustomerFocus
> Attachments: image-2019-10-01-11-24-36-774.png
>
>
> !image-2019-10-01-11-24-36-774.png|thumbnail!
> Cell moves unexpectedly in editing mode
> {color:red}*Failure*{color}
> If you start edit any cell of a big grid and then scroll the input would move not in the right cell.
> *Expected*
> Input element moves with entire table
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-3460) KIE Server REST Command GetObjects with ObjectFilter not working
by Mario Fusco (Jira)
[ https://issues.jboss.org/browse/DROOLS-3460?page=com.atlassian.jira.plugi... ]
Mario Fusco updated DROOLS-3460:
--------------------------------
Sprint: 2019 Week 41-43 (from Okt 7)
> KIE Server REST Command GetObjects with ObjectFilter not working
> ----------------------------------------------------------------
>
> Key: DROOLS-3460
> URL: https://issues.jboss.org/browse/DROOLS-3460
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 7.15.0.Final
> Environment: RHEL 7.5, EAP 7.1.0, Drools 7.15.0.Final
> Reporter: Balakrishnan Balasubramanian
> Assignee: Mario Fusco
> Priority: Major
>
> Filtering the facts in the GetObjectsCommand doesn't do any object filtering!.
> Here are the two code pieces that were used to set the ObjectFilter into GetObjectsCommand, but didn't produce the expected filtered results.
> *+Trial 1:+*
> {code:java}
> ObjectFilter filter = new ObjectFilter() {
> @Override
> public boolean accept(Object object) {
> return object.getClass().getName().equals("a.b.c.PotentialFraudFact");
> }
> };
> Command<?> getObjects = commandsFactory.newGetObjects(filter, "out");
> {code}
> *+Trial 2:+*
>
> {code:java}
> ClassObjectSerializationFilter filter = new ClassObjectSerializationFilter(PotentialFraudFact.class);
> Command<?> getObjects = commandsFactory.newGetObjects(filter, "out");
> {code}
> In the response, the "out" identifier has *all* facts, not just the ones matching the given filter. It's as if it ignores the filter. Also, no error messages appear in the console.
> When a ClassObjectFilter is used instead of the aforementioned implementations, a ClassNotFoundException (_shown below_) for the a.b.c.PotentialFraudFact.class occurs. This is incorrect as the deployed container/KJAR has this class!.
>
> {code:java}
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.ClassNotFoundException: a.b.c.PotentialFraudFact from [Module "deployment.kie-server.war" from Service Module Loader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at org.drools.core.ClassObjectSerializationFilter.accept(ClassObjectSerializationFilter.java:50)
> ... 73 more
> {code}
> The issue is with this line https://github.com/kiegroup/drools/blob/4c6856223b8be47b4fc52c35423be8b50... where the class loader used to find the class couldn't find the class that corresponds to the given Fact.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-4585) Focus doesn't moves after the selected cell
by Anna Dupliak (Jira)
[ https://issues.jboss.org/browse/DROOLS-4585?page=com.atlassian.jira.plugi... ]
Anna Dupliak updated DROOLS-4585:
---------------------------------
Description:
{color:red}*Failure*{color}
If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
*Expected*
Viewed part of grid follows the selected cell
was:
{color:red}*Failure*{color}
If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
*{color:red}Expected{color}*
Viewed part of grid follows the selected cell
> Focus doesn't moves after the selected cell
> -------------------------------------------
>
> Key: DROOLS-4585
> URL: https://issues.jboss.org/browse/DROOLS-4585
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Anna Dupliak
> Assignee: Yeser Amer
> Priority: Major
> Labels: CustomerFocus
>
> {color:red}*Failure*{color}
> If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
> *Expected*
> Viewed part of grid follows the selected cell
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-4585) Focus doesn't moves after the selected cell
by Anna Dupliak (Jira)
[ https://issues.jboss.org/browse/DROOLS-4585?page=com.atlassian.jira.plugi... ]
Anna Dupliak updated DROOLS-4585:
---------------------------------
Steps to Reproduce:
# Open *Test Scenario Designer*
# Fill up the grid by right click clicking on property header and choose *Insert Colomn Left*
# Repeat step 3 10 times to activate the ability of horizontal scrolling
# Navigate to the *header* cell by arrows keys
# Bring the highlighted cell to the edge of the viewed window and move it further
was:
# Open Test Scenario Designer
# Fill up the grid by right click clicking on property header and choose Insert Colomn Left
# Repeat step 3 10 times to activate the ability of horizontal scrolling
# Navigate to the header cell by arrows keys
# Bring the highlighted cell to the edge of the viewed window and move it further
> Focus doesn't moves after the selected cell
> -------------------------------------------
>
> Key: DROOLS-4585
> URL: https://issues.jboss.org/browse/DROOLS-4585
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Anna Dupliak
> Assignee: Yeser Amer
> Priority: Major
> Labels: CustomerFocus
>
> {color:red}*Failure*{color}
> If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
> *{color:red}Expected{color}*
> Viewed part of grid follows the selected cell
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-4585) Focus doesn't moves after the selected cell
by Anna Dupliak (Jira)
Anna Dupliak created DROOLS-4585:
------------------------------------
Summary: Focus doesn't moves after the selected cell
Key: DROOLS-4585
URL: https://issues.jboss.org/browse/DROOLS-4585
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Reporter: Anna Dupliak
Assignee: Yeser Amer
{color:red}*Failure*{color}
If you navigate cell that is obscured by the right panel in header then it dosen't automatically scrolls to it as it done for grid body.
*{color:red}Expected{color}*
Viewed part of grid follows the selected cell
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months