On Mon, Apr 6, 2009 at 3:09 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:
> I just changed the layout....
>
> http://www.web2py.com/events/default/index
> http://www.web2py.com/examples/static/web2py.app.events.tar
>
> try:
> - click on "form"
> - type a= 2 [enter]
> - type b= 3 [enter]
>
> - click on "post a message"
> - type something and see the "list messages" open up automatically
>
> - click on "register" and "login" and "logout"
>
> - click on watch the movie!
>
> - move jDivs (the windows) around.
>
> - look at the source code on default.py
>
> Isn't this cool?
> Pros? Cons? Suggestions for improvement?

Congratulations, very cool!
Two bugs:

1) When I click to expand some jDiv, Firefox croll the page to top.
It's because "href" element is set to "#". Solution: change href to
"javascript:somefunction();" (it can be void()).

2) If I move jDiv "A" to the right, even I move it to a long distance
in comparation with other jDivs, jDivs above "A" are moved down when I
expand "A", even in cases that it isn't necessary.

-- 
 Álvaro Justen
 Peta5 - Telecomunicações e Software Livre
 21 3021-6001 / 9898-0141
 http://www.peta5.com.br/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to