Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Kevin Fishburne
On 05/20/2012 01:08 PM, Randall Morgan wrote: > leave the site. So the whole package becomes important. As my grand father > used to tell me "The most important part of anything is the one not > working". > > JMO Wise words, I like that. -- Kevin Fishburne Eight Virtues www: http://sales.eightvi

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Randall Morgan
I still think that to better communicate with the user the content should be truncated. Perhaps then followed with an ellipse (...) to show continuation and the perhaps a "more" or "read more" link place at the end. This would better communicate to the user that the continent continues and how to g

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread tobi
On Sun, 20 May 2012, Randall Morgan wrote: > Then the page should be changed to infer that as at the moment the page > infers scrolling since the content continues past the page bottom. From a > UI perspective this is not good communication with the user > Well, I got the intention promptly a

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Randall Morgan
Then the page should be changed to infer that as at the moment the page infers scrolling since the content continues past the page bottom. From a UI perspective this is not good communication with the user On Sun, May 20, 2012 at 9:23 AM, Matteo Pasotti wrote: > -BEGIN PGP SIGNED MESSAG

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Matteo Pasotti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/05/2012 18:15, Adrien Prokopowicz wrote: > Hi all, > > I noticed that on gambas.sourceforge.net homepage, we can't scroll > anymore, and a part of the "last news" frame is cut. The problem is > solved when, in home.html, i remove the overflow: h

Re: [Gambas-user] Bug on Gambas official website

2012-05-20 Thread Benoît Minisini
Le 20/05/2012 18:15, Adrien Prokopowicz a écrit : > Hi all, > > I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, > and a part of the "last news" frame is cut. > The problem is solved when, in home.html, i remove the overflow: hidden on > the element. > > Has someone el

[Gambas-user] Bug on Gambas official website

2012-05-20 Thread Adrien Prokopowicz
Hi all, I noticed that on gambas.sourceforge.net homepage, we can't scroll anymore, and a part of the "last news" frame is cut. The problem is solved when, in home.html, i remove the overflow: hidden on the element. Has someone else already got this problem ? Regards. ---