User Details
- User Since
- Sep 4 2025, 3:34 PM (36 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Bo2themax [ Global Accounts ]
Sep 8 2025
@Harsh_Kushwaha07 Great work for finding all these affected cells, but I don't think this is a good approach. Resetting all its content to its original state for cell reuse is the goal here. Skipping image-resetting for reuse, which violates this and could cause issues, such as if the new cell’s image is damaged or its link is unreachable, then it will display the wrong image.
Sep 7 2025
Sep 6 2025
-[_UIFloatingTabBar _indexPathForTabItem:] getting called repeatedly, looking like a dead loop. The iOS simulator with the same version was fine. It could be a beta system issue. Xcode version is Version 26.0 beta 7 (17A5305k).
I don’t think this is a bug related to mobile native code. The page the app is loading for https://en.wikipedia.org/wiki/List_of_cruise_ships is actually https://en.wikipedia.org/api/rest_v1/page/mobile-html/List_of_cruise_ships, and the latter doesn't have the highlight or sorting capabilities enabled in any browser.
Sep 4 2025
I think the root cause here is that when the app is entering the background or foreground, [WMFAppViewController -traitCollectionDidChange:] gets called, and [WMFAppViewController updateAppThemeIfNecessary] gets called, since the traitCollection address has changed, [WMFAppViewController appEnvironmentTraitCollectionIsDifferentThanTraitCollection:] will return true, so all of these applyTheme: gets called every time, even if the values are identical.
