cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

cant change owner of issue #14

Closed dreed47 closed 11 years ago

dreed47 commented 11 years ago

When clicking on the blue icon to change owner a list popups up but the list is too big to fit on the page and there is no way to scroll up or down the list to see user names that aren't shown.

cgaspard commented 11 years ago

What browser are you viewing with? I'm testing with latest Firefox and Safari, and I don't see that. I've written code to make sure the list is always on visible.

I also don't have a very large user base, so it may be that my list is to small to have the issue.

If is a scrolling issue, I can probably do something like setup a limit, 10 - 15 visible names, with scrolling higher than that.

I need to setup a test server, so that we can duplicate the bugs, and I'll work on them from there.

dreed47 commented 11 years ago

I see the issue with FF and Chrome and we do have a lot of users (dozens)

cgaspard commented 11 years ago

Okay that makes sense then. I'll make the list scrollable. See if that fixes it.

cgaspard commented 11 years ago

Let me know if this helps.

dreed47 commented 11 years ago

yep, that looks like it works! thx!