Skip to content
Discussion options

You must be logged in to vote

I think this might be down to the documentation for Markdown being misleading. It says that it is a focusable widget by default, but it isn't. You could make it so by setting its can_focus property to True, but really you probably want it in something like a VerticalScroll so it'll be scrollable if there is more content than can be displayed (and this in turn will allow focus).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ethael
Comment options

@davep
Comment options

Answer selected by ethael
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3634 on November 03, 2023 12:37.