[
https://issues.apache.org/jira/browse/NIFI-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589495#comment-15589495
]
Rob Moran commented on NIFI-2898:
---------------------------------
I think the move to a scrolling pattern was a good choice. I do think some more
improvements could be made to the way space is utilized, along with a few style
changes.
I attached a screenshot – *processor-description-scrolling.png* – that I did
using browser dev tool, then added some annotation on top since I could not get
it exactly as intended.
As I describe in the attached file, it would be nice to use the remaining
height to display as much of the description as possible. To add, it would be
nice if that available height was fluid as the height of the dialog changes.
This way the description would always end 20px above the dialog buttons.
As mentioned there were a few style changes made:
For _#processor-type-name-title_ changed/added{code}padding: 20px 0 4px 0;
font-size: 12px;{code}
For _#processor-type-name_ changed/added{code}color: #775351; font-size:
13px; font-weight: 500;{code}
For _#processor-type-description_ changed/added{code}font-size: 13px;
line-height: 17px;{code}
We could also add the 'scrollable' class to the _#processor-types-table_ to
be consistent with how scrollable content is displayed.
> Add Processor dialog cuts off processor descriptions
> ----------------------------------------------------
>
> Key: NIFI-2898
> URL: https://issues.apache.org/jira/browse/NIFI-2898
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.0.0
> Reporter: Jeff Storck
> Assignee: Scott Aslan
> Priority: Minor
> Fix For: 1.1.0
>
> Attachments: processor-description-scrolling.png
>
>
> In the Add Processor dialog, descriptions for processors like
> ConvertJSONToSQL get cut off instead of showing a ellipses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)