-
1 Mar 2013 9:22 AM #1
[BUG] Ext-4.2.0.489 Locking Column Row Editing Example
[BUG] Ext-4.2.0.489 Locking Column Row Editing Example
Hi,
There is have an bug in resizing locked column.
When i resize locked column, in firebug show me an error:
Tested on FireFox 19.0, IE 10, Google Chrome 25.0.1364.97
On This Function:Code:TypeError: Ext.util.CSS.getRule(...) is null
LockedColumn.pngCode:field.editorMargin = p = Ext.Element.parseBox(Ext.util.CSS.getRule('.' + Ext.baseCSSPrefix + 'grid-cell-inner').style.padding);
-
4 Mar 2013 1:08 AM #2
Have you modified the CSS in any way?
There is definitely a rule for
Code:.x-grid-cell-inner
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
4 Mar 2013 1:19 AM #3
-
4 Mar 2013 2:10 AM #4
It does work.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
4 Mar 2013 4:00 PM #5
The code for this has been modified for the next release so it doesn't rely on reading the css rules.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
4 Mar 2013 10:18 PM #6
Thank you evant
Regards


Reply With Quote