I'm super excited to see how you did this!!
Type: Posts; User: eja40
I'm super excited to see how you did this!!
This is a really great idea, I would love to see your example of this in Github to see how you would solve the problem...
Hi I know you said that you had no Ext JS 4 projects at the moment but I was wondering if there was any possibility that you will be porting this excellent project to Ext JS 4 in the near future?...
I have a date picker field with emptyText set.
When I do a form submit using the config option includeEmptyText, if the date is NULL then it does not even appear in the submitted form fields.
Is...
And I can confirm the same bug on Firefox 5.0 / Windows 7. Thanks.
As has been said this is a known bug but it is affecting many many users so I really hope Sencha can prioritize it (given it seems relatively trivial to solve)
Thanks
Yes that workaround disables the loadMask and stops the problem. But is there a workaround which means that the loadMask can still be used whilst we are waiting for the bug to be solved?
Hi,
Thanks for replying. Yes it is a duplicate.
Please continue all discussion in http://www.sencha.com/forum/showthread.php?136528
Thanks.
*BUMP* please will Sencha open a ticket for this bug as it has been verified as existing by multiple users (including paying customers).
Confirmed this is NOT fixed in 4.0.4. Please can you open a ticket for this problem.
Was this ever fixed? I am running into this bug too. I don't see a ticket number.
Hi
I really like the functionality of After The Deadline spell + grammar checker. (http://afterthedeadline.com/)
I was wondering if anyone had ever tried to integrate this with the HTML Editor in...
Please close this - this is not a bug. .enableKeyEvents = true is required.
This problem still exists in 4.0.2a for the 'validateedit' event.
For validateedit the originalValue is always the same as the value property.
This is still a bug in 4.0.2a. You cannot edit cells in a locked grid. Very simple to reproduce. Please sencha can you add this to your internal bug tracker.
Simple to reproduce - the text field does not trigger any of the keypress events if you add listeners for them and then type in the text field.
testPanel = Ext.create('Ext.panel.Panel', {
...
This is STILL a bug - sencha please can you assign a case number to this. The workaround above is not a proper solution to the bug.
I too would love to know if you have looked into porting this to Ext 4.0? It is a really great extension for Ext 3
Upgrading from 4.0.1 to 4.0.2 also gives us the error:
me["get" + layout.perpendicularPrefixCap] is not a function
How are we meant to fix this?
I can only add to what has been said above. We are making significant, long-term financial decisions based on the expectation (hope) that ExtJS will be a serious competitive framework in the near...
I too have encountered this problem and would appreciate it being bumped up the development priority list. Thanks.
If you setup a very simple TreeStore with autoLoad: false (because you have the component hidden, for example) the TreeStore still tries to load the proxy URL.
This is wrong - it should NOT try to...
Still a problem
Sorry you are right. FF4 Windows 7. If you do this:
1. http://dev.sencha.com/deploy/ext-4.0-beta3/examples/tabs/tabs.html
2. View > Zoom > Reset
3. View > Zoom > Zoom In
This will reproduce the...
Tree Store does not sync its data on change.
To reproduce:
Setup a TreeStore with a TreeGrid.
Enable cellEditing on the TreeGrid.
Change a value and it should make an ajax POST to the update...