Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
Please include a sample project that reproduces your issue.
xa...@android.com <xa...@android.com>
[Deleted User] <[Deleted User]> #3
Steps to reproduce:
1. Press on "Search" icon;
2. Write something;
3. Search this text, keyboard will be dismissed;
4. Tap on "Dialog" button;
5. Dissmiss dialog;
With the new 1.5.0 fragment library version text will be cleared in the search box after dismissing dialog.
In the version 1.4.1 and lower text in the search is not clearing and this is correct behaviour.
Please suggest some workarounds or how to fix this issue?
pe...@gmail.com <pe...@gmail.com> #4
[Deleted User] <[Deleted User]> #5
ja...@gmail.com <ja...@gmail.com> #6
ja...@gmail.com <ja...@gmail.com> #7
Hello
I raised similar issue with this ticket
This makes the SearchView unusable/broken when fragments are changed (i.e base on searchView input query)
What can we do to fix this problem? What is the progress of work on solving this problem?
ho...@gmail.com <ho...@gmail.com> #8
an...@gmail.com <an...@gmail.com> #9
Any idea on when it will be fixed?
sk...@gmail.com <sk...@gmail.com> #10
sd...@gmail.com <sd...@gmail.com> #11
Can you update regarding any progress on this issue.
xa...@android.com <xa...@android.com>
fo...@gmail.com <fo...@gmail.com> #13
Branch: androidx-main
commit 50f098644adc703ae218b0b7e999629f516a0241
Author: sanura <sanura@google.com>
Date: Thu Mar 02 00:11:35 2023
Add check to only invalidate options menu when contributing menu items
FragmentManager previously appropriately only added
a MenuProvider when the host is a MenuHost **and**
we are at the root fragment that is providing the
menu items. This behavior should be mirrored when
removing a MenuProvider as well, so that only
components that directly contribute menu items will
invalidate the options menu.
Bug: 244336571
Test: all tests pass
Change-Id: I9404ee9fcc9ce6b80d70a93bea720fe4ccf583a0
M fragment/fragment/src/androidTest/java/androidx/fragment/app/FragmentContainerInflatedFragmentTest.kt
M fragment/fragment/src/androidTest/java/androidx/fragment/app/OptionsMenuFragmentTest.kt
M fragment/fragment/src/androidTest/java/androidx/fragment/app/test/FragmentTestActivity.kt
M fragment/fragment/src/main/java/androidx/fragment/app/FragmentActivity.java
M fragment/fragment/src/main/java/androidx/fragment/app/FragmentManager.java
je...@google.com <je...@google.com>
xa...@android.com <xa...@android.com>
jo...@gmail.com <jo...@gmail.com> #14
Please show what to write on gradle file.
st...@gmail.com <st...@gmail.com> #15
This has been fixed internally and will be available in the Fragment 1.6.0-alpha07
release.
ro...@gmail.com <ro...@gmail.com> #17
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.fragment:fragment:1.6.0-alpha07
rc...@gmail.com <rc...@gmail.com> #18
je...@google.com <je...@google.com>
ch...@google.com <ch...@google.com> #19
It says "Duplicate class found".
The IDE doesn't provide any useful explanation of what is the class that is duplicated and what to do about it.
Please help.
jo...@gmail.com <jo...@gmail.com> #20
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.fragment:fragment:1.5.6
jo...@gmail.com <jo...@gmail.com> #21
sz...@gmail.com <sz...@gmail.com> #22
@21 androidx.fragment:fragment:1.5.6 is a STABLE release. It has the fix we need. The androidx.fragment:fragment:1.6.0-alpha07 is an alpha as it says. 1.6 is "work in progress". 1.6.0 is still not a stable release. Use "alpha" only for testing
Description
How to reproduce
-> Use any AAR dependency with the '"androidTestCompile" scope , like androidTestCompile 'com.jakewharton.espresso:espresso:1.1-r2'
Actual result
-> The java classes are not accessible from the android test source code
When did this bug start happening?
-> I noticed it starting from 0.9.0, might have been present sooner though.
When does the bug occur?
-> Always
Describe any workarounds you have found
-> Change the scope to "compile" solves it but not an appropriate solution