]
Sarah Rambacher commented on DROOLS-4603:
-----------------------------------------
Add the Info icon and Clear selection link after the label:
{code:java}
<label for="kie-search" data-i18n-key="Select_Data_Object">
Select Data Object
<a href="">
<span class="pficon pficon-info" style="padding-top:
4px;"></span>
</a>
</label>
<a href="" class="pull-right">Clear selection</a>
{code}
Format the box that is around the search and list:
{code:java}
.kie-test-tools-content__box {
padding: @pf-spacer-xs; // this should be 10px;
border: 1px solid @color-pf-black-400; // this should be #bbb;
}
{code}
You can also remove the `<hr/>` below the box.
[~yamer] The last part should go into the .less so that the @variables are available. If
that's not possible then I put the values there.
Scenario test: CSS support for "add an expression-based
value" design implementation.
--------------------------------------------------------------------------------------
Key: DROOLS-4603
URL:
https://issues.jboss.org/browse/DROOLS-4603
Project: Drools
Issue Type: Story
Components: Scenario Simulation and Testing
Reporter: Elizabeth Clayton
Assignee: Sarah Rambacher
Priority: Major
Labels: UX, UXTeam
Attachments: Screen Shot 2019-10-01 at 8.27.30 AM.png, long_value.gif
Test scenario implementation needs updates to support this new design/feature. Changes
are outlined at:
https://docs.google.com/presentation/d/1bHs9ZAbHAnV-cK9LQE6uJ38ZEIHR_QrfV...
and in the referenced click-thru.
User story: As a technical/advanced user (Cameron), I want to be able to input
expression-based values in scenario given/expect row cells, so that I can define inputs
for complex objects and logic.
Note: Syntax highlighting etc. and checkbox inputs are out of scope. Refer to:
https://issues.jboss.org/browse/DROOLS-3514
*Verification conditions*
Team would like CSS for the following:
- updated CSS for the right panel that reflects the changes in the document. ^^
- updated List dialog CSS to reflect design additions.