[
https://issues.jboss.org/browse/DROOLS-3674?page=com.atlassian.jira.plugi...
]
Michael Anstis commented on DROOLS-3674:
----------------------------------------
[~danielezonca] DMN just uses
https://www.patternfly.org/pattern-library/widgets/#popover
The issue you'll have is using a DOM component (the popover) with the Canvas _cell_
Mouse Over Event.
DMN only shows the popover in response to an _edit_ action. So I have a Lienzo Double
Click Event handler attached to the Grid that adds a DIV to the DOM at the mouse pointer
position, adds the popover HTML to the content and programmatically shows the popover.
You'd need to add the DIV to the DOM in the column renderer for invalid cells, add the
popover HTML to the DIV and suitable Bootstrap configuration to handle the hover state...
but then again you probably knew this much :-)
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-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)