enhancementgood first issueuiuxwidget-specific
Repository metrics
- Stars
- (181 stars)
- PR merge metrics
- (PR metrics pending)
説明
Current behaviour
- #1083 added truncation with ellipses, but that means long messages can only be viewed as tooltips.
- MAVLink
STATUSTEXTmessages (the source of most of our alerter alerts) are currently sent immediately to the alerter, even if only partially formed
Expected or desired behaviour
- Ideally long messages would either wrap over multiple lines, or at least support some kind of auto-scrolling behaviour to allow reading them when they're visible (like in our ScrollingText component).
- The message definition has a limited character length, but there's a specified splitting and sequence re-combination mechanism, to allow sending longer messages, and it would be good if we could support that properly
Prerequisites
- I have checked to make sure that a similar request has not already been filed or fixed.