tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 136 forks source link

Chat input field is not located properly for private messages #1154

Closed Lunat1q closed 5 months ago

Lunat1q commented 5 months ago

Troubleshooting Steps

move chat bot to the bottom of the screen (no space under) set input to bottom (inside)

Describe the expected behavior and what actually happened?

Expected: Input is bottom (inside for every tab)

Actual: it works fine for party chat and general, but not for b.net friends or whisper.

Reproducing the issue.

Party tab:

image

Whisper (b.net) tab (input is outside of the screen)

image

Lua Errors

no errors

Verification Steps

Lunat1q commented 5 months ago

This is most likely because CH:UpdateEditboxAnchors() is not called on the new tab creation.

kodewdle commented 5 months ago

step 3

Lunat1q commented 5 months ago

It's still a problem tho...