[web2py] Re: mobile menu item always active

2015-01-08 Thread Massimo Di Pierro
Please open a ticket. Is this an IPad specific issue?

On Thursday, 8 January 2015 13:07:15 UTC-6, Richard D wrote:
>
> When a menu-item in the nav-bar is selected on a iPad (both Chrome and 
> Safari) as mobile menu, the first menu item is always active.
> Another menu item is temporarily active, but after selecting that menu 
> item, the first becomes active again.
> The consequence is that all menu items can be used except the first item.
>
> I have defined this menu in menu.py
>
> response.menu = [
> (T('Interviews'), False, URL('default', 'index'), []),
> (T('Voeg interview toe'), False, URL('default', 'voegtoe'), []),
> (T('Statistieken'), False, URL('default', 'statistieken'), []),
> (T('Presentatie'), False,  '
> https://prezi.com/e36pz5qa1ghg/het-wij-gevoel/', [])
> ]
>
> Thank your for your feed back.
>
> Richard D
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: mobile menu item always active

2015-01-09 Thread Richard D
I have tested this on the iPhone and Samsung Note 2014 with the same 
behaviour. It looks to be a consequent issue.
I'll open a ticket for this.

Richard D

On Friday, January 9, 2015 at 6:07:36 AM UTC+1, Massimo Di Pierro wrote:
>
> Please open a ticket. Is this an IPad specific issue?
>
> On Thursday, 8 January 2015 13:07:15 UTC-6, Richard D wrote:
>>
>> When a menu-item in the nav-bar is selected on a iPad (both Chrome and 
>> Safari) as mobile menu, the first menu item is always active.
>> Another menu item is temporarily active, but after selecting that menu 
>> item, the first becomes active again.
>> The consequence is that all menu items can be used except the first item.
>>
>> I have defined this menu in menu.py
>>
>> response.menu = [
>> (T('Interviews'), False, URL('default', 'index'), []),
>> (T('Voeg interview toe'), False, URL('default', 'voegtoe'), []),
>> (T('Statistieken'), False, URL('default', 'statistieken'), []),
>> (T('Presentatie'), False,  '
>> https://prezi.com/e36pz5qa1ghg/het-wij-gevoel/', [])
>> ]
>>
>> Thank your for your feed back.
>>
>> Richard D
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.