mixo
27 Nov 2011, 10:44 PM
Hello Sencha users!
I have another issue with dataview component (Ext.view.View). It is a a cross-browser incompatibilities of arrow navigation in dataview. By default dataview provides only left/right arrows serve with no up/down navigation(Up/down arrows works like left/right). I've realized own up/down navigation, but moving left/right also take place, so when i press Up it moves up and left, Down = down & right. I have considered this feature in my code, but there is one more thing. in different browsers it have different implementation. So looks like in Firefox on press Up it first execute my Up function and then moves left, but in Chrome it's all opposite. So my patch don't work correct in both browsers.
My questions is:
- is there any way to disable basic navigation functionality for dataview?
or
- may be anybody have an idea how to solve this issue?
I have another issue with dataview component (Ext.view.View). It is a a cross-browser incompatibilities of arrow navigation in dataview. By default dataview provides only left/right arrows serve with no up/down navigation(Up/down arrows works like left/right). I've realized own up/down navigation, but moving left/right also take place, so when i press Up it moves up and left, Down = down & right. I have considered this feature in my code, but there is one more thing. in different browsers it have different implementation. So looks like in Firefox on press Up it first execute my Up function and then moves left, but in Chrome it's all opposite. So my patch don't work correct in both browsers.
My questions is:
- is there any way to disable basic navigation functionality for dataview?
or
- may be anybody have an idea how to solve this issue?