#Quick Navigation Edit jumps to Item Icon

28 messages · Page 1 of 1 (latest)

fast bronze
#

When editing anything in quick nav the cursor jumps back to "Item" after each character entered.

Version in use: skyblocker-1.20.2-beta-33999b9+1.20.6 (also present in skyblocker-1.20.2-beta-85039e3+1.20.6)
MC Version: 1.20.6

vernal plover
#

either we did smth very funni in our code or YACL has a bug

mighty nacelle
#

I have that problem too

warped coral
#

report it to Xander

fast bronze
#

the issue isn't present in skyblocker-1.20.2-beta-1bcd1ae+1.20.6 if that matters (that was one of the choco factory versions)

strange bloom
#

I can confirm this being an issue (and a rweally annoying one)

warped coral
#

so it can be fixed

#

we can't do anything about this ourselves sadly

livid scaffold
#

(YACL is basically a mod inside of skyblocker that provides the tools to build this config screen, which skyblocker implements)

fast bronze
warped coral
#

To find out for sure check your latest.log

#

It’ll have a list of all mods when h first start the game

#

I would also check if it happens with the latest 3.4.4 version, you can download from modrinth and put in mods folder and skyblocker will use that jar instead

#

The issue tracker and discord should also be there

fast bronze
#

ok i'll take a look and test it with the latest version once i find some time

fast bronze
#

skyblocker uses: yet_another_config_lib_v3 3.4.1+1.20.5-fabric
i tried it with: yet_another_config_lib_v3 3.4.4+1.20.6-fabric
still happens so i'll try to let xander know somehow

#

wait that makes no sense

#

skyblocker-1.20.2-beta-1bcd1ae+1.20.6 does not have the issue and uses

            |-- com_twelvemonkeys_common_common-image 3.10.0
            |-- com_twelvemonkeys_common_common-io 3.10.0
            |-- com_twelvemonkeys_common_common-lang 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-core 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
            |-- org_quiltmc_parsers_gson 0.2.1
            \-- org_quiltmc_parsers_json 0.2.1```

`skyblocker 1.20.2-beta-f8c61e2+1.20.6` has the issue and uses
```       \-- yet_another_config_lib_v3 3.4.1+1.20.5-fabric
            |-- com_twelvemonkeys_common_common-image 3.10.0
            |-- com_twelvemonkeys_common_common-io 3.10.0
            |-- com_twelvemonkeys_common_common-lang 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-core 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
            |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
            |-- org_quiltmc_parsers_gson 0.2.1
            \-- org_quiltmc_parsers_json 0.2.1```
#

so it's not an issue with yacl

#

it's both the same version

livid scaffold
#

not necessarily

#

could just be an edge case in YACL

#
                        .name(Text.translatable("skyblocker.config.quickNav.button.uiTitle"))
                        .binding(defaultButton.uiTitle,
                                () -> button.uiTitle,
                                newValue -> button.uiTitle = newValue)
                        .controller(StringControllerBuilder::create)
                        .build())

and saying nothing in here has to do with Items/Itemstacks i would also say probs YACL hitting a weird edgecase

fast bronze
vernal plover
fast bronze