[web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Massimo Di Pierro
What do we need: 1) testing of the latest welcome 2) the Login menu does not work show the dropdown on mouseover. I do not know why. Massimo On Sunday, 23 February 2014 21:56:56 UTC-6, Massimo Di Pierro wrote: > > Urgent. We need help fixing the bootstrap 3 menu in welcome in trunk. > Can it be

[web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Ron McOuat
I found this on Stack Overflow http://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover ul.nav li.dropdown:hover ul.dropdown-menu { display: block; } and I find this solution using CSS in the .css file under welcome named static/css/web2py_bootstrap_nojs.css but not in any o

[web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Massimo Di Pierro
Added some of the missing files. They were created by Paolo but it was my mistake not to post them. They should address most of the issues. On Sunday, 23 February 2014 23:51:04 UTC-6, Ron McOuat wrote: > > I found this on Stack Overflow > > http://stackoverflow.com/questions/16214326/bootstrap-dr

[web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Massimo Di Pierro
Can we get rid of web2py-bootstrap3.js? Do we all these files? web2py.css bootstrap-responsive.min.css bootstrap-theme.min.css web2py-bootstrap3.css web2py_bootstrap.css web2py_bootstrap_nojs.css can we reduce to two: web2py.css web2py-bootstrap3.css On Monday, 24 February 2014 00:09:48 UTC-6

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread Niphlod
in my POV instead of reducing all alterations of default widgets in javascript we should ship new widget sets alltogether. This was discussed long ago but nobody seemed to care we can't really start supporting every css framework out there unless we change the way widgets are generated. Go

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread LightDot
How about putting Paolo's bootstrap3.py into contrib an have welcome app import it from there? His module provides most of the bootstrap 3 support (forms, navigation, etc.). We could remove all this from core web2py. As for the welcome app static files, these are redundant (leftovers) now and s

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread LightDot
Note to those not reading this group from a web interface: I edited my post to fix copy paste typos in the code. This is the correct code again: I apologize for the mix up. Regards On Monday, February 24, 2014 12:28:19 PM UTC+1, LightDot wrote: > > How about putting Paolo's bootstrap3.py i

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread Niphlod
I'm not confortable with having something cdn dependant. By default apps should be available also if no internet connectivity is assured. +1 with defaulting to local and a comment to enable the cdn version. On Monday, February 24, 2014 1:05:13 PM UTC+1, LightDot wrote: > > Note to those not readi

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread LightDot
Both of these js's are commented out by default (note, the if sentence is commented out entirely), so it would work without internet connection. Anyway, for me it's ok either way... Pesonally, I don't use CDNs but I also prefer to have as few files in the welcome app as possible, especially if

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread LightDot
I misunderstood you at first because I was looking at the modernizr too much. If the proposal is to put respond.js into static/js, and remove modernizr from it, than I'm +1 to that. >> https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4. >> 2/respond.js"> >> >>> https://cdnjs.cloudflar

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread Massimo Di Pierro
Can you elaborate on the pros and cons? On Monday, 24 February 2014 12:31:12 UTC-6, LightDot wrote: > > I misunderstood you at first because I was looking at the modernizr too > much. If the proposal is to put respond.js into static/js, and remove > modernizr from it, than I'm +1 to that. > > >

[web2py] Re: HELP with bootstrap 3

2014-02-24 Thread LightDot
Modernizr and Respond are not interchangeable. Modernizr detects detailed browser capabilities and makes conditional JS/CSS programming possible, while Respond adds the support for certain CSS3 media queries to older browsers (IE 6-8), thus enabling them to display responsive designs. Bootstrap

Re: [web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Roberto Perdomo
2014-02-23 23:59 GMT-04:30 Massimo Di Pierro : > What do we need: > 1) testing of the latest welcome > 2) the Login menu does not work show the dropdown on mouseover. I do not > know why. > Just put this in bootstrap.min.css: .dropdown:hover .dropdown-menu { display: block; } Missing files:

Re: [web2py] Re: HELP with bootstrap 3

2014-02-23 Thread Roberto Perdomo
Login menu works good, but web2py menu with submenu appears still disordered. 2014-02-24 1:17 GMT-04:30 Roberto Perdomo : > 2014-02-23 23:59 GMT-04:30 Massimo Di Pierro : > > What do we need: >> 1) testing of the latest welcome >> 2) the Login menu does not work show the dropdown on mouseover. I