[jboss-jira] [JBoss JIRA] (DROOLS-3674) UX proposal for error reporting after test run

Michael Anstis (Jira) issues at jboss.org
Wed Apr 10 05:00:00 EDT 2019


    [ https://issues.jboss.org/browse/DROOLS-3674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13720267#comment-13720267 ] 

Michael Anstis commented on DROOLS-3674:
----------------------------------------

[~gabriolo] There's nothing stopping you adding a click listener to an additional {{Shape}} rendered _in_ a cell.

In your columns' {{GridColumnRenderer.renderCell(..)}} method simply add a {{Shape}} to the {{Group}} that is returned. It _should_ work!

Alternatively, if you don't want to attach lots of {{NodeMouseClickHandler}} to the grid (for potential performance reasons) you could look at {{GridWidget.onGroupingToggle(..)}} that handles clicking on a _control_ in cells too. This is used for collapsing/expanding merged cells (IDK if _scesim_ supports that). You could eithe re-purpose it or implement something similar for _scesim_ (or even make {{onGroupingToggle(..)}} completely generic on the base classes!)

> UX proposal for error reporting after test run
> ----------------------------------------------
>
>                 Key: DROOLS-3674
>                 URL: https://issues.jboss.org/browse/DROOLS-3674
>             Project: Drools
>          Issue Type: Task
>          Components: Scenario Simulation and Testing
>            Reporter: Daniele Zonca
>            Assignee: Tao Zhu
>            Priority: Major
>              Labels: ScenarioSimulation, UXTeam
>         Attachments: Error reporting after test run-different kinds.png, Error reporting after test run-different kinds2.png, Error reporting after test run-popup.png, Error reporting after test run-popup.png, Error reporting after test run.png
>
>
> As user after a test run, I want see not only the cell that are not correct (red background) but also the reason.
> For instance have the possibility to see the actual value that is different from the expected or the error message.



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


More information about the jboss-jira mailing list