ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
333 stars 90 forks source link

Mouse scrool is too big in Guild Member List. #327

Closed ryzom-pipeline closed 6 years ago

ryzom-pipeline commented 6 years ago

Original report by Lennaïck (Bitbucket: lennaick, GitHub: lennaick).


When scrolling down to show guild members each scroll jump 14 lines up or down, so we always miss 2 players.

The scroll should only jump 10 lines in order that we always see the last member of the last scroll.

ryzom-pipeline commented 6 years ago

Original comment by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


guild members scroll steps is set to 16px (same as member line height). for me (guild with 15 members) it scrolls one line at the time and no members are hidden.

ryzom-pipeline commented 6 years ago

Original comment by Lennaïck (Bitbucket: lennaick, GitHub: lennaick).


In my guild we have many many old players. So we have a bit more than 175 members in the guild list.

I upload a screenshoot and you'll see what append, I've to carefully use the mouse to grab the scrollbar button to show the hidden members.

Ryzom_bug-guild-list.jpg

ryzom-pipeline commented 6 years ago

Original comment by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


fixed in 94ae198