当前位置:网站首页>CSDN Q & A_ Evaluation
CSDN Q & A_ Evaluation
2022-07-02 09:00:00 【Geothermal Tan】
product BUG
Answer beat
( I took my own name , Front end learning is not very good , Call it unprofessional , I'm sorry ):

The reasons causing :
stay CSDN Q & A area , Because the mouse is placed on the problem Q & a button , You can also directly enter the answer area by clicking , This little interaction of the page , Bring a sense of vitality to the web page .
But this The trigger of the event is not permanent , When I put this div Last time , The box will recalculate its height , to Answer button Make room for , Then when I move away , The elements inside have changed again , The box rearranges the elements inside , This leads to a flickering feeling in the user experience .
Solution :
First of all : Change button form , Answer button Change to a permanent icon , When the mouse is on this problem block, replace it with Answer button ( I don't know if there is such technology ).
Use this cute little monkey for the icon .
second : Change the layout distance of these elements , Like this visualstudio There is a lot of space between and the number of views , The distance between blocks can also be optimized ( I don't know if there is such technology ).
![]()
Third : Most of them are caused by the huge length of the author's name , Like this one , If he's putting a long lost label , This phenomenon also occurs , We can show the author whose name is too long in the front part , The second half uses ‘...’ Instead of .

I think the optimal solution : Reserve a place in the container for red answers , No longer become a sudden increase in membership . The user still puts the mouse on a question and the answer button appears . This should be a change event , I didn't study this chapter well , Can't give a good event qwq

Conclusion : e) Very recommended
边栏推荐
猜你喜欢

Web security -- core defense mechanism

C#钉钉开发:取得所有员工通讯录和发送工作通知

Web security -- Logical ultra vires

Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)

Detailed explanation of NIN network

HCIA - application layer

Nacos 下载启动、配置 MySQL 数据库

k8s入门:Helm 构建 MySQL

Solution of Xiaomi TV's inability to access computer shared files

Sentinel easy to use
随机推荐
[blackmail virus data recovery] suffix Hydra blackmail virus
C# 调用系统声音 嘀~
First week of JS study
Solution and analysis of Hanoi Tower problem
Linux安装Oracle Database 19c
Minecraft群组服开服
Mysql安装时mysqld.exe报`应用程序无法正常启动(0xc000007b)`
将一串数字顺序后移
Openfeign facile à utiliser
Nacos download, start and configure MySQL database
Find the node with the smallest value range in the linked list and move it to the front of the linked list
Googlenet network explanation and model building
C call system sound beep~
Gocv image reading and display
Qt QTimer类
Openshift container platform community okd 4.10.0 deployment
Illegal use of crawlers, an Internet company was terminated, the police came to the door, and 23 people were taken away
Multi version concurrency control mvcc of MySQL
Gocv image cutting and display
寻找链表中值域最小的节点并移到链表的最前面