Perfect, thanks.
Type: Posts; User: jchristen
Perfect, thanks.
Ext version tested:
Ext 6.5.3.57
Browser versions tested against:
Hello,
This code:
// Handels a click on the checkbox
listeners: {
afterrender: function()
{
var me = this;
Ext version tested:
Ext 6.5.2.463 Classic
Browser versions tested against:
Chrome
Adding items to menu causes it to be badly re-positionned.
btn1 = Ext.create('Ext.button.Button', {
text: 'Menu1',
menu:{
items: [{
text: 'regular item 1'
...
In Ext.dd.DragTracker, API doc event name is different from source code event name (beforestart vs beforedragstart):
/**
* @event beforestart
...
Another problem with Ext.query(':focusable') and focus wrapping.
Create a new modal window with to textfields.
If you add a button it's taken in account in the loop -> OK (you can exclude it from...
FocusManager isn't enabled in the test case. It's only a standard floating window with new ExtJs 'TAB' focus looping.
For me it's OK since I've added a temporary (crappy) override. I hope I can...
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.1
Browser versions tested against:
Firefox
Chrome
Hello,
Test case is still incorrectly working in 4.2.1 (tested in http://docs.sencha.com/extjs/4.2.1/ -> Code editor + Live preview). It has same behavior as shown on previous printscreens.
I have similar problem with Ext.grid.Panel.
Test case :
Go to Ext.grid.Panel documentation page, edit first code editor just by adding "Ext.FocusManager.enable(true);"
...
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
Ext 4.2.0 Beta
Browser versions tested against:
FF 17.0.1
With ExtJs 4.0 and 4.1.0 we use "frame: true" to remove window decoration/resize drag handles (like first screenshot) when it's a maximized window.
Now with ExtJs 4.1.1, there is a behavior change...
Hello,
I was using this code :
Ext.create('Ext.window.Window', {
height: 100,
width: 400,
frame: true,
closable: false,
If grid has locking columns, initComponent is called 3 times for Ext.grid.Panel (Ext.panel.Table) and twice for Ext.grid.View (Ext.view.Table), but "This" is different each time. It's normal because...
It seems great. Thanks!
No, there isn't any spacer.
34687
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 18
Point 4. tested and still not working in 4.1.0.
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 18
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
I'm trying to edit my post but "Save" button doesn't work.
For scroll size problem :
Debugging already done:
Ext.grid.PagingScroller.getScrollHeight is call when grid isn't visible and...
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against: