قائمة التصنيفات تقفز إلى اليمين بعد التحميل، كما هو موضح هنا:
لا أرى هذا عادةً في التحميل الأول، لكن إعادة تحميل /latest لاحقًا تؤدي إلى ذلك. واجهت صعوبة في ملاحظة هذا على Meta لفترة (حتى كتابة هذا الموضوع حرفيًا)، لكنه يحدث بشكل متسق في منتداي (ويبدو أنه يحدث الآن على Meta بالنسبة لي).
تم اكتشافه باستخدام Chrome/ويندوز 7 على سطح المكتب، وتم تكراره على Firefox. تكون التأثير أكثر وضوحًا كلما كانت النافذة أعرض. يبدو أنه يحدث فقط عند تسجيل الدخول، ولا ألاحظ هذا السلوك عند التصفح بشكل مجهول. لا بأس، أستطيع الآن الحصول عليه بشكل مجهول على Firefox و Chrome دون جهد كبير.
This is a long standing UX bug we have ideally I want us to change the way we size that the topic list uses table-layout: fixed; … @awesomerobot is that doable?
General repro is to keep scrolling down the list of topics.
The problem here is the “categories” column. It very hard to pick a “right size” for it, category names can be super long or short. I guess we could cap it at 150px and then people can do what they will on the site they host if it is too short or long.
I remember getting this bug on my forum.. I never had this issue on meta so I thought it was due to some modifications on my customize section. I corrected it by adding a fixed width to this column, I didn’t know how to fix it otherwise
It’s problematic if sites have enormously long category names. We try to strongly discourage this, and put forced ellipsis on catergory badge length. So in theory we could set category column to a fixed width of maximum “allowed” category badge width..