Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SettingsWidgets.py: TextView widget - fix focus-stealing bug #7377

Merged

Conversation

collinss
Copy link
Member

The problem was caused by the ListBox trying to select the ListboxRow that's wrapped around the Textview widget, even though it was set to SelectionType.None. This caused the Textview to lose focus as soon as the mouse button was released, which in turn rendered the Textview almost unusable. This pull request explicitly forbids the ListboxRow from receiving focus, which it shouldn't have anyway, as the Listbox is only there for cosmetic reasons anyway.

@clefebvre clefebvre merged commit e2ced7c into linuxmint:master Apr 23, 2018
@collinss collinss deleted the settings-textview-widget-focus-issue branch April 23, 2018 14:34
Curly060 pushed a commit to Curly060/Cinnamon that referenced this pull request Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants