]
Sarah Rambacher commented on DROOLS-4603:
-----------------------------------------
[~yamer]
To fix the height:
{code:java}
.kie-tab-pane--scesim-panel {
padding: 1em;
display: flex;
flex-direction: column;
height: 100%;
}
{code}
and
{code:java}
.kie-test-tools-content__box {
padding: 10px;
border: 1px solid #bbb;
flex: 1 1 auto;
overflow: auto;
{code}
To push the check over for a title,
{code:java}
<span data-field="fullClassName"
class="kie-list-view-pf-main-info__text">Double</span>
{code}
and
{code:java}
span.kie-list-view-pf-main-info__text {
flex-grow: 1;
}
{code}
I'd also suggest making sure there's a bit of space between the search box and the
list below (probably margin-bottom: 10px). It might be easiest just to inline this
although I feel bad about it :P
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: uxdlc
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.