Is there any Date for a new plugin for Visual studio 2017?
Type: Posts; User: hpvExt
Is there any Date for a new plugin for Visual studio 2017?
I can confirm this behaviour with
Chromium 64.0.3242.0
Firefox 57.0b9 (64-Bit) TypeError: store.getAt(...) is null
But with Firefox 56.0.1 (64-Bit) there is no error and the row is removed.
The lookups are working, when you clicked the button. Without activating the menu, it is not existing.
but it seems that no one cares about it :s
- updated fiddle (deleted old issue (2))
- issues 1 and 3 still present in 6.5.1.345
You're right, sorry. When I read "Ext.tip.ToolTip" config, i switched to the corresponding help document (http://docs.sencha.com/extjs/6.5.0/modern/Ext.tip.ToolTip.html), where i did not found this...
Okay, that makes sense to me. So this undocumented (?) config will create a new tooltip like
xtype:'tooltip' ?
But issues 1 and 3 are still present.
https://fiddle.sencha.com/#fiddle/2390&view/editor
(description of issues - see fiddle for details)
Ripple Issue #1
Button toggles
ripple effect before pressed changes !pressed → pressed...
(1) Tooltip hides, when hovering tooltip's content
when hovering the button, you will see the tooltip
since tooltip config allowOver is true the tooltip should not hide itself, when mouse...