You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I considered this, but it's not a bug that was fixed, and the flag still exists. Only the default behavior was reverted to the previous one.
1.11 notes should contain only one description of this flag. It's better to add _(prerelease fix)_ to describe changes comparing to beta03, but comparing to 1.10 - it's better to just change the initial wording
I considered this, but it's not a bug that was fixed, and the flag still exists. Only the default behavior was reverted to the previous one.
1.11 notes should contain only one description of this flag. It's better to add _(prerelease fix)_ to describe changes comparing to beta03, but comparing to 1.10 - it's better to just change the initial wording
Sure, let's change the wording in the release notes.
The original PRs and their release notes:
"
It is now possible to make clicking outside of any focusable element (using the mouse) automatically clear focus from the currently focused element. This behavior can be enabled
On the desktop, by setting isClearFocusOnMouseDownEnabled in ComposePanel, ComposeWindow, ComposeDialog.
On iOS, by setting isClearFocusOnMouseDownEnabled in the configure lambda when creating Compose components.
On web, by setting isClearFocusOnMouseDownEnabled in ComposeViewportConfiguration.
On all platforms, globally, via ComposeUiFlags.isClearFocusOnMouseDownEnabled.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set
ComposeUiFlags.isClearFocusOnMouseDownEnabledtofalseby default in order to preserve existing behavior.Task to decide the default value for 1.12
Fixes https://youtrack.jetbrains.com/issue/CMP-10127
Testing
N/A
This should be tested by QA
Release Notes
Features - Multiple Platforms
isClearFocusOnMouseDownEnabledflag is nowfalseby default.