JurajKubelka / PharoSprint

Pharo Sprint Application to support coordination and collaboration during Bug Days a.k.a. Pharo Sprint Days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

login input fields clipped on failed login

kksubbu opened this issue · comments

Start a fresh image.
Enter Name.
Enter a wrong name in login. e.g "mickey" instead of "mickey@fogbugz.com" and press enter
The login and password fields will move up below the title bar as show in the attached picture.
screenshot from 2017-04-25 00-11-43

I think this is because the long error message is adding a horizontal scroll to the bottom of the panel.

Thanks @kksubbu!

I think the solution is to use Spec's TextModel instead of LabelModel. It looks like the LabelModel cannot be stripped to available space.

Fixed in https://bintray.com/jurajkubelka/PharoSprint/build/20170425-91#files

Not perfectly, because it looks like that it is not possible to remove GeneralScrollPane widget from the Glamour framework.

And there are still UI issues, with the Update button, that does not display the "Update" word. It is necessary to hover a mouse.

screen shot 2017-04-25 at 14 45 07

I have opened new issue #20.