msgbyte / msgbyte/tailchat

遇到的一些问题BUG

Open
#50 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3.6k
Forks
398
Avg merge
1h 14m
Merged PRs (30d)
2

Description

使用版本 作者提供的网页Nightly版 当前版本: nightly-202210181610

1。聊天是支持多行文本的,但粘贴多行文本到消息发送框中,会显示为一行,QQ微信的消息发送框会自动涨高一些。

2。从别处粘贴来的多行文本,因为被显示为一行了,光标放在看不见的回车换行符之前(一行的末尾之后)按空格键,会将该消息复制粘贴一份。这个问题还会产生输入法兼容性问题,我用百度输入法,还在打字没按空格确认时,就会出现消息框一直在增加待发送的的文字,换用微软拼音不会有这个问题

3。滚轮滚动会失效,无法通过滚轮翻阅之前的消息,需要拖动滚动条

4。单纯打字时,是支持Ctrl+Z撤销的,但是粘贴后就不支持了,粘贴后不支持撤销到粘贴前的状态。比如打了一段话,然后全选粘贴了另一段文字进来,此时无法Ctrl+Z撤销到粘贴前的状态。

5。文件传输的问题,插件的FilePizza是P2P直传吗?我试了一下自己上传的文件都下载不回来,有提供类似离线文件/群文件之类的服务器暂存文件的功能吗

6。似乎不支持图文混排,手机QQ微信就把图文混排砍了,要发送一张图+几个描述文字的时候,会出现会被其他人的消息插在中间的情况,因为不支持图文混排,只能发送了图片再手打文字,打的慢或者文字长就会被其他消息插入其中,而支持图文混排就可以先插入好图片打好文字一起发送出去,也显示的是同一条消息,方便转发。图文分离是多条消息就不方便转发了(一张图片+几个文字也变成消息记录合并转发要二次点开才能看到内容很麻烦)

7。群组里面不能点击用户头像直接查看该用户的信息,要去成员列表里面搜索,在名字复杂或者成员多的情况下,查看信息/管理困难

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named, and the issue combines seven separate reports covering message composition, scrolling, undo, file transfer, mixed media, and group profiles. Start by reproducing each item against nightly-202210181610 and split the work into independently scoped issues; done should be defined separately for each confirmed behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.