mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
48 stars 19 forks source link

Cant select search bar with BetterAnvil #148

Closed KIRUYXAN closed 2 months ago

KIRUYXAN commented 7 months ago

Description

When I try to write something in the search field in chat, it just writes to chat.

How to reproduce

Open the chat and click on the search field and try to write something

Expected result

The letters will be written in the search field

Specs and Details

Required information:

And is it normal that I, on the server, do not have a reply button when I right-click on a message in a chat?

mrbuilder1961 commented 7 months ago

This might be related to #108, as that had a very similar issue, although that fix should be in the version you're running. About your last message not being able to reply to messages on click, that might be a separate ongoing bug that I will be fixing soon.

If you could provide a video/gif of the issue and a log link, that would be greatly appreciated!

KIRUYXAN commented 7 months ago

No, in my case the search field is pressed. And there is no reply button only on servers, because in the single-player world it is there. In the video, I wrote the last messages in a single-player world and before that on the server. chatpatches.json chatlog.json minecraft.log

https://github.com/mrbuilder1961/ChatPatches/assets/65653126/c53bd382-bd08-48f3-ae83-22aa42969379

mrbuilder1961 commented 7 months ago

This is likely unrelated but in this log that you provided, it said there were some compatibility errors you need to resolve. image

About the actual issue, this is likely due to incompatibility, probably with ChatNotify. If you could try removing it and seeing if the issue persists, and if that doesn't solve it then try running minecraft with only Chat Patches and dependencies installed, to isolate the issue. If either of these ideas work, please provide another log on https://mclo.gs! Thanks so much for your patience.

KIRUYXAN commented 7 months ago

I tried to remove ChatNotify and ChatHeads, but the search field only worked with Chat Patches and dependencies only, here logs

KIRUYXAN commented 7 months ago

I found a mod that interferes - it's BetterAnvil, I thought that when opening a chat, this mod adds a button to the upper right corner and this may somehow affect the search field, and by disabling it the search field worked

mrbuilder1961 commented 7 months ago

tysm! i'll look into that as soon as i can

mrbuilder1961 commented 7 months ago

the creator responded and found the issue but they said they don't have the time to fix it right now. however, i myself can't fix it because the mod overrides anything i do, so for now i think the only viable solution is to not use BetterAnvil or just accept the search bar isn't going to work.

so sorry for this 😣

KIRUYXAN commented 7 months ago

no problem, thanks for the help

KIRUYXAN commented 2 months ago

Well, apparently BetterAnvil is no longer being developed, so we can don’t wait for a fix