Sherzod Posted June 7, 2019 Author Posted June 7, 2019 3 hours ago, eduardosuruagy said: why the filter does not follow the size of the column anymore? Hi, We need to analyze this issue? Quote
eduardosuruagy Posted June 7, 2019 Posted June 7, 2019 3 hours ago, Sherzod said: Oi, Precisamos analisar esse problema? Ok!! Quote
eduardosuruagy Posted June 26, 2019 Posted June 26, 2019 On 05/06/2019 at 15:01, eduardosuruagy said: Eu usei essa opção do Marlon, mas está dando esse problema. Any answers to my problem? Quote
Sherzod Posted June 27, 2019 Author Posted June 27, 2019 On 6/26/2019 at 8:39 AM, eduardosuruagy said: Any answers to my problem? Hello, Sorry for the late reply. If I'm not mistaken, you have created a test case, right? Quote
eduardosuruagy Posted June 27, 2019 Posted June 27, 2019 10 hours ago, Sherzod said: Olá, Desculpe pelo atraso na resposta. Se não me engano, você criou um caso de teste, certo? I created yes, it is attached in this post. I've created a video showing the error. Quote
eduardosuruagy Posted July 5, 2019 Posted July 5, 2019 On 6/27/2019 at 4:57 AM, Sherzod said: Hello, Sorry for the late reply. If I'm not mistaken, you have created a test case, right? Any answers to my problem? Quote
eduardosuruagy Posted July 9, 2019 Posted July 9, 2019 On 27/06/2019 at 04:57, Sherzod said: Olá, Desculpe pelo atraso na resposta. Se não me engano, você criou um caso de teste, certo? Please, can you help me with this situation? Quote
Sherzod Posted August 5, 2019 Author Posted August 5, 2019 3 minutes ago, eduardosuruagy said: Does support still work? Sorry for late answer. I could not solve the problem then. This problem seems to only appear in Chrome? Quote
Sherzod Posted August 5, 2019 Author Posted August 5, 2019 10 minutes ago, eduardosuruagy said: In any browser! Works fine in FF for example. Quote
eduardosuruagy Posted August 5, 2019 Posted August 5, 2019 In Firefox the same thing happens, I sent you a demo, just download it and test. Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 4 hours ago, eduardosuruagy said: ??? All the same, on Firefox works fine for me! Chrome: I look for the solution. Quote
eduardosuruagy Posted August 17, 2019 Posted August 17, 2019 17 minutes ago, Sherzod said: Tudo o mesmo, no Firefox funciona bem para mim! Chrome: Eu procuro a solução. Here for me in Firefox looks the same. Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 9 minutes ago, eduardosuruagy said: Here for me in Firefox looks the same. Maybe we use different versions. Quote
eduardosuruagy Posted August 17, 2019 Posted August 17, 2019 8 minutes ago, Sherzod said: Talvez nós usemos versões diferentes. 68.0.2 (64-bits) Quote
eduardosuruagy Posted August 17, 2019 Posted August 17, 2019 1 minute ago, Sherzod said: Firefox Quantum 68.0.2 (64 bits) that's right Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 15 minutes ago, eduardosuruagy said: is equal to mine Yes Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 And it works for me on FF. OK, seems I found a solution. Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 Try this approach: 1. Remove beforender fn. function beforerender(sender, eOpts) { /*if (sender.pagingBar) { sender.removeDocked(sender.pagingBar, true); sender.addDocked({ dock: 'bottom', items: [Ext.create('Ext.PagingToolbar', { pageSize: sender.store.pageSize, store: sender.store, displayInfo: true, displayMsg: 'Visualizando {0} - {1} de <b>{2}</b>', emptyMsg: "Não há registros", plugins: Ext.create('Ext.ux.PagingToolbarResizer', { displayText: 'Registros por página', options: [25, 50, 100, 150, 200] }) })] }); }*/ } 2. pagingBar.beforeInit function pagingBar.beforeInit(sender, config) { config.plugins = Ext.create('Ext.ux.PagingToolbarResizer', { displayText: 'Registros por página', options: [25, 50, 100, 150, 200] }); } Quote
eduardosuruagy Posted August 17, 2019 Posted August 17, 2019 13 minutes ago, Sherzod said: Tente esta abordagem: 1. Remova o beforender fn. 2. pagingBar.beforeInit I cleared the chrome and firefox cache and it still didn't work. Quote
Sherzod Posted August 17, 2019 Author Posted August 17, 2019 2 minutes ago, eduardosuruagy said: I cleared the chrome and firefox cache and it still didn't work. Can I connect remotely? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.