[
https://issues.apache.org/jira/browse/NIFI-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505103#comment-17505103
]
Shane Ardell commented on NIFI-4438:
------------------------------------
A recent PR that I worked on introduced disabled behavior for nf-checkboxes. If
we now add the CSS class `disabled` to a nf-checkbox element, change events and
the checked/unchecked class toggling become disabled. Here's the line that
introduces the change:
[https://github.com/apache/nifi/pull/5666/files#diff-668866a39b725242df6eb660a1815226d7a98cd8918931f0bd7e14bb99e7e157R66-R70]
.
> Using "bold" to visually distinguish selected relationships is insufficient
> ---------------------------------------------------------------------------
>
> Key: NIFI-4438
> URL: https://issues.apache.org/jira/browse/NIFI-4438
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.3.0
> Reporter: Petr Kozelka
> Priority: Major
>
> The visual representation of selected and the unselected relationship is very
> similar, which makes this important information a bit hard/uncomfortable to
> see.
> I propose that some other visual difference is added. Some of the options are:
> - add a (read-only) checkbox on the side,
> - or just a check sign on selected ones
> - put selected ones into one box(frame), and the unselected into another
> - add some Unicode characters, for instance {{»selected«}} versus just
> {{unselected}}
> The last one is my favorite, but quite anything would work.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)