Kevin, thanks for your attention!
Unfortunetly, I have no access to https://sencha.jira.com/browse/EXTJS-23390
Could you please give any ideas how to fix both issues in latest gpl release...
Type: Posts; User: trigger_af
Kevin, thanks for your attention!
Unfortunetly, I have no access to https://sencha.jira.com/browse/EXTJS-23390
Could you please give any ideas how to fix both issues in latest gpl release...
( May be related to https://www.sencha.com/forum/showthread.php?304986 )
If you apply a new size to a component with liquidlayout when the component is hidden, you the size won't be applied...
I've found a scenario that doesn't require focusing any row and mouse wheel interaction (chrome56)
1) Open the example mentioned above
2) Click 6 times at the bottom part of free scrollbar area,...
Animal, thank you for reply, your fix woks fine for the case end > rows.endIndex
when the user scrolls down the grid. But what is for up direction? (// Moved up the dataset: remove rows from end,...
This is interesting, in my environment reproducing is 100% I've also asked my collegues to reproduce it and they confirmed the bug.
But may be there are differences between our and your environment...
Chrome 56.0.2924.87 (The latest at the moment) only bug (chrome 55.0.2883.75 - no bug)
Testing environment: 64 bit windows 10 64 bit chrome don't know about other envs, 1920*1080 screen
Ext JS...
Ext JS 6.2.0.981, Firefox 49.0.1, Windows 10 (May be earlier, Ext 6.0.2.439 - also has bug)
Doctype: strict
User has to do unnecessary clicks to select a text (a grid with text selection enabled)...
The two-way data binding doesn't work if there is a negation (!) in a bind config.
According to the viewModel guide there is no restriction to use a negation with two-way bindings
Steps to...
According to https://docs.sencha.com/extjs/6.0/application_architecture
/view_models_data_binding.html recomendations (Don’t create child ViewModels unless they are actually needed) this example...
Ext 6.0.0
Any Ext.Element on('mousewheel', ... ) start works in Firefox 41.0.1 only after setting
Ext.$eventNameMap.DOMMouseScroll = 'DOMMouseScroll';
otherwise Ext tries to subscribe to...
I reported this as a bug because of ARIA warning about the event handler which I haven't directly attached to the component. Now I undestand how it works, thanks. So, if using a menu button makes an...
Specifing controller's listen config on component domain for any selector and any event increases hasListeners property for the specified event for ALL components instead of only specified. This...
Thanks fo reply! Yes the node will get updated to reflect the data change and it's a nice thing in ExtJs!. The only thing I need is to make it reflect not only row's model data change, but also some...
Hello! I need to make some view display and update its rows when each row rendering depends not only on row's own Ext.data.Model instance, but also on some global parameter, for example, defined in...
Have exactly the same problem. Verified in IE11.