Salman Alshamrani
Salman Alshamrani
Raised in https://github.com/ppy/osu/pull/18090#issuecomment-1117218050 with brief explanation and discussion in https://github.com/ppy/osu/pull/18090#issuecomment-1118136311. In summary, `ScrollContainer` cannot compute the bounds of a non-loaded target, as it doesn't have a parent yet to inherit...
Something I found which is outdated by now given the refactors of `TextInputSource`, and which bugged me with its delay on hide (almost feels like the game is slow enough...
 Notice the "Multiple Text Sizes" line not having the words aligned on one baseline, while each `SpriteText` implements `IHasLineBaseHeight` and `TextFlowContainer` has the logic...
 On testing, `hitcircleoverlay` is never used for sliders unless the circle's texture itself (`sliderstartcircle`/`sliderendcircle`) isn't skinned, in which case `hitcircle` and `hitcircleoverlay` will be...
- Closes https://github.com/ppy/osu/issues/20324 - [ ] Depends on https://github.com/ppy/osu-framework/pull/5421 - [ ] Depends on framework bump Haven't tested this in practice, but should work well. --- ![CleanShot 2022-09-16 at 16...
### Type Game behaviour ### Bug description Coming from https://github.com/ppy/osu/pull/19413#issuecomment-1238277933, beatmap carousel cards only check `AllBeatmapsUpToDate` to determine whether the update button should be shown, which is not enough in...
Without this change, Rider would use different codestyle settings and start complaining about it in code analysis. This only started happening on Rider 2022.2.3, but it may have been something...
```csharp [Test] public void TestResetTabsPreservesSelectionOnLastTab() { AddStep("select item 12", () => simpleTabcontrol.Current.Value = TestEnum.Test12); AddStep("reset tabs", () => { simpleTabcontrol.Clear(); foreach (var item in items) simpleTabcontrol.AddItem(item); }); AddStep("re-select item 12",...
Coming from https://github.com/ppy/osu/issues/20170, can repro when querying "toby fox" and attaching the cursor of the first page on second request, results may either show: - [`THE WORLD REVOLVING (Camellia Remix)`](https://osu.ppy.sh/beatmapsets/1585092)...
Before: https://github.com/ppy/osu/assets/22781491/be64a638-20f7-436f-bc1a-47c0a78bdfd3 After: https://github.com/ppy/osu/assets/22781491/7a550989-7df5-4851-add4-7780237e89e3