[JBoss JIRA] (DROOLS-2330) [DMN Editor] Improve visual identification of selected (nested) editor
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2330?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2330:
-----------------------------------
Sprint: 2018 Week 07-08
> [DMN Editor] Improve visual identification of selected (nested) editor
> ----------------------------------------------------------------------
>
> Key: DROOLS-2330
> URL: https://issues.jboss.org/browse/DROOLS-2330
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
>
> It is difficult to distinguish between the "selected" (nested) editor and its parent.
> The proposal is to change the opacity of editors that are not selected so they appear "faded" from view (compared to the _selected_ editor that has opacity of {{1.0}}).
> Difficulties to consider:
>
> * Child grids of a selected parent need opacity of {{1.0}} too.
> * Selection of a child grid might need to change it's z-order (move to top).. hmmm..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2331:
----------------------------------------
[~jomarko] Good idea. Done.
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Sub-task
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2331:
-----------------------------------
Parent: DROOLS-2272
Issue Type: Sub-task (was: Enhancement)
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Sub-task
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9821) SingletonProvider may be incorrectly initialized with RegistrySingletonProvider
by Martin Kouba (JIRA)
[ https://issues.jboss.org/browse/WFLY-9821?page=com.atlassian.jira.plugin.... ]
Martin Kouba updated WFLY-9821:
-------------------------------
Description:
If a non-CDI deployment (contains no beans.xml nor a bean with a bean defining annotation nor a session bean) attempts to access the CDI container using {{CDI.current()}} before {{TCCLSingletonService}} is started (and {{org.jboss.weld.bootstrap.api.SingletonProvider}} initialized with {{ModuleGroupSingletonProvider}}) then {{SingletonProvider}} is incorrectly initialized with the default impl ({{RegistrySingletonProvider}}). As a result,
subsequent CDI deployments fail with {{java.lang.RuntimeException: SingletonProvider is already initialized...}}.
was:
If a non-CDI deployment (contains no beans.xml nor a bean with a bean defining annotation nor a session bean) attempts to access the CDI container using {{CDI.current()}} before {{TCCLSingletonService}} is started (and {{org.jboss.weld.bootstrap.api.SingletonProvider}} initialized with {{ModuleGroupSingletonProvider}}) then {{SingletonProvider}} is incorrectly initialized with the default impl ({{RegistrySingletonProvider}}). As a result,
subsequent CDI deployment fail with {{java.lang.RuntimeException: SingletonProvider is already initialized...}}.
> SingletonProvider may be incorrectly initialized with RegistrySingletonProvider
> -------------------------------------------------------------------------------
>
> Key: WFLY-9821
> URL: https://issues.jboss.org/browse/WFLY-9821
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld
> Affects Versions: 11.0.0.Final
> Reporter: Martin Kouba
> Assignee: Martin Kouba
>
> If a non-CDI deployment (contains no beans.xml nor a bean with a bean defining annotation nor a session bean) attempts to access the CDI container using {{CDI.current()}} before {{TCCLSingletonService}} is started (and {{org.jboss.weld.bootstrap.api.SingletonProvider}} initialized with {{ModuleGroupSingletonProvider}}) then {{SingletonProvider}} is incorrectly initialized with the default impl ({{RegistrySingletonProvider}}). As a result,
> subsequent CDI deployments fail with {{java.lang.RuntimeException: SingletonProvider is already initialized...}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2331) [DMN Designer] Inline context menu should react on right mouse button click
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2331?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-2331:
-------------------------------------
[~manstis] sorry, I didn't notice this is mentioned already in DROOLS-2272, maybe we can convert this to subtask of DROOLS-2272?
> [DMN Designer] Inline context menu should react on right mouse button click
> ---------------------------------------------------------------------------
>
> Key: DROOLS-2331
> URL: https://issues.jboss.org/browse/DROOLS-2331
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> Currently the DMN designer shows the inline context menu after the left mouse button click. However I think th menu should be displayed after the right mouse button click as the current behavior causes problems in 2 important situations:
> # User wants to edit the cell value. This is done with left mouse button double click. Very often the double click does not invoke the cell editor but the inline context menu is just shown.
> # User wants to drag the the table row
> ## Point mouse to proper row number
> ## Press and hold left mouse button
> ## Drag the row
> ## Relese the left mouse button
> ## The inline context menu is shown in this moment what is probably not expected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2330) [DMN Editor] Improve visual identification of selected (nested) editor
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2330?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2330:
--------------------------------
QE Status: ON_QA (was: NEW)
> [DMN Editor] Improve visual identification of selected (nested) editor
> ----------------------------------------------------------------------
>
> Key: DROOLS-2330
> URL: https://issues.jboss.org/browse/DROOLS-2330
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
>
> It is difficult to distinguish between the "selected" (nested) editor and its parent.
> The proposal is to change the opacity of editors that are not selected so they appear "faded" from view (compared to the _selected_ editor that has opacity of {{1.0}}).
> Difficulties to consider:
>
> * Child grids of a selected parent need opacity of {{1.0}} too.
> * Selection of a child grid might need to change it's z-order (move to top).. hmmm..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months