Some long entries on a channel's ban/invite/except list that require vertical scrolling in the channel central listbox can't be fully displayed, even if you scroll all the way to the right. Example:



The portion getting cut off varies from case to case. I'm not sure what causes this issue; it doesn't happen with just any long hostmask, but rather often with (cloaked) vhosts. Adding the following reproduces it reliably here:

Code:
/mode #chan +b *@hidden-F35418AD.get.a.job.dont.ask.for.a.freeshell.eu

I'd also like to mention two smaller glitches I've noticed:

1. Some listbox entries don't leave a space between the hostmask and the nick of the person that added it. To reproduce:

Code:
/mode #chan +b *@729597AD.69BFAAAE.85CFE4E3.IP

2. When you remove the last (or only) entry in the listbox and that entry was long enough for the vertical scrollbar to be active, the scrollbar will remain active even after removing that entry, until channel central is closed. While this doesn't affect the functionality of anything, I think it might not be intended behavior, as the horizontal scrollbar is deactivated immediately when removing the last entry that required it.