Bug 1412 - The Stack Decoder popup/list has no scrollbars
Summary: The Stack Decoder popup/list has no scrollbars
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: UI (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-07 19:28 CEST by Uwe Hermann
Modified: 2019-11-09 15:14 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2019-09-07 19:28:10 CEST
Similar to bug #183, when manually stacking a decoder on top of another one, the full list of potential decoders can get very large and there's no scrollbar or similar mechanism to handle this.
Comment 1 Uwe Hermann 2019-11-09 15:14:25 CET
Fixed in cf0a3c9c7a8763eeb4427e4fb6fe2c921ae38f09 by reducing the number of PDs to just those that can actually be usefully stacked on top the of current one, thanks!.

An additional fix in 15784350767c05f3afb2f9af0c4b212a89493e30 makes the list scrollable as well.