Not yet but should have something before end of the year!
Type: Posts; User: mankz
Not yet but should have something before end of the year!
Happy to announce that my awesome colleagues at Bryntum have made an integration demo of our new Bryntum Gantt chart with Ext JS Modern Toolkit. You can try it online here:...
That's a not a fix. Your alignment code is broken, do you see the image in my original, pay attention to the anchor arrow.
Here's the patch we're using if it helps:
overrides : {
alignHandle: function() {
var me = this,
firstCell = me.firstPos && me.firstPos.getCell(true),
...
Open http://localhost/extjs-6.7.0/build/examples/classic/rtl/rtl.html
Run this on the console and hover a grid cell.
new Ext.tip.ToolTip({
rtl : true,
...
Since you've hardcoded "x-grid-view". Please fix in Ext.grid.selection.SelectionExtender
alignHandle: function() {
var me = this,
firstCell = me.firstPos &&...
Great initiative Thorsten & co, looking forward to the event! :)
If you need a Scheduling UI component for Ext JS Modern, we at Bryntum are happy to announce the Bryntum Scheduler component which integrates with the Ext JS Modern Toolkit. Click here for an...
Ext Scheduler 6.0 is now available: https://www.bryntum.com/products/scheduler-for-extjs/ with recurring events, Ext JS 6.6 support and lots of new goodies :)
Try asking in the Bryntum forums? www.bryntum.com/forum
Not sure if it's used at all, long ago :)
This has nothing to do with Ext JS I'm afraid, try posting in the Safari forums. https://discussions.apple.com/community/mac_os/safari
https://fiddle.sencha.com/#view/editor&fiddle/2f3j
Click button
http://docs.sencha.com/extjs/6.5.3/guides/getting_started/getting_started.html
Only see "Classic - 6.5.1 to 6.5.2"
If you have a large tooltip, with a small screen - upon Tooltipshow the mouseover of the Tooltip element will trigger it to hide and then get another mouseover of target element => infinite loop.
Run this code in FF on Linux/Mac. Combo box doesn't look correct, Chrome looks ok.57227
<html>
<head>
<title>Ext JS Widgets: Combo Box</title>
<link rel="stylesheet" type="text/css"
...
Patch:
Ext.resizer.ResizeTracker.prototype.resize = function(box, atEnd) {
var me = this,
region = me.activeResizeHandle.region,
target,
setPosition =...
https://fiddle.sencha.com/#view/editor&fiddle/25ak
Reproduced after some clicking in Chrome 60, Mac
Bump, can we please have this addressed? Seems like a simple thing to fix?
Same issue in 6.5.1
Still broken in 6.5.1.
And still broken in 6.5.1, guessing this is something you could fix easily?
Bump
We have code that reacts to window resize and repaints part of our DOM. The tooltip code also reacts and tries to reposition itself, assuming old anchor target is still there.
<body...
https://fiddle.sencha.com/#view/editor&fiddle/22e8
Compare the results when having
variableRowHeight: true,
vs