Ext:Bugs

Page 53 of 344 FirstFirst ... 3 43 51 52 53 54 55 63 103 153 ... LastLast

+ Post New Thread

  1. [OPEN] Selection event passes wrong arguments.

    and the Grid event beforeselect param 'record' is array ,not a record. add this test code grid2.on("beforeselect", function(mme, ...

    Started by op1op, 10 Jan 2013 12:00 AM
    • Replies: 1
    • Views: 257
    10 Jan 2013 9:45 AM Go to last post
  2. [DUP] 4.2.0 B2 Html editor bug

    When HTML editor size is not default, the blue line is showing as non editable area: extjs/examples/form/dynamic.html Google Chrome (Newest)

    Started by Diavololt, 10 Jan 2013 7:41 AM
    • Replies: 1
    • Views: 196
    10 Jan 2013 8:49 AM Go to last post
  3. [FIXED] [4.2.0.179] ColumnLayout is broken or behaves differently as expected

    Ext version tested: Ext 4.2.0.179 Browser versions tested against: IE8FF3 (firebug 1.3.0.10 installed)Chrome Description: ColumnWidth or...

    Started by tvanzoelen, 10 Jan 2013 7:05 AM
    • Replies: 1
    • Views: 349
    10 Jan 2013 8:48 AM Go to last post
  4. [OPEN] Combobox doesn't execute processRawValue when its value changed

    Hello, as far as I know all extjs controls use processRawValue to make some manipulation for new data when control changes its value. I have found...

    Started by ralfius, 10 Jan 2013 2:42 AM
    combobox, extjs 4.1.1a, processrawvalue
    • Replies: 1
    • Views: 171
    10 Jan 2013 8:24 AM Go to last post
  5. [FIXED] Grid store listeners not cleaned up

    Not 100% sure this is a bug, but almost. After creating and destroying a grid I see these listeners still attached to the store (Siesta test case...

    Started by mankz, 10 Jan 2013 3:55 AM
    • Replies: 2
    • Views: 267
    10 Jan 2013 5:26 AM Go to last post
  6. [CLOSED] ColumnLayout doesn't work anymore without the columnWidth set

    Ext version tested: Ext 4.2 Browser versions tested against: IE8FF3 (firebug 1.3.0.10 installed)Chrome Description: columnWidth can not be...

    Started by tvanzoelen, 21 Dec 2012 4:40 AM
    • Replies: 3
    • Views: 451
    10 Jan 2013 4:29 AM Go to last post
  7. [CLOSED] Ext.form.field.Display's style config

    Ext JS 4.2 beta2 I use Ext.form.field.Display. but style config is not work. maybe, fieldStyle is correct. But Ext,form.field.Display...

    Started by Kazuhiro Kotsutsumi, 9 Jan 2013 7:33 PM
    • Replies: 1
    • Views: 191
    9 Jan 2013 7:53 PM Go to last post
  8. [CLOSED] Form: allowOnlyWhitespace doesn't affect formBind buttons w/o also allowBlank.

    REQUIRED INFORMATION Ext version tested: ext-4.1.1a-gpl Browser versions tested against: Chrome 23.0.1271.101 DOCTYPE tested against:...

    Started by @clstokes, 9 Jan 2013 3:45 PM
    • Replies: 1
    • Views: 178
    9 Jan 2013 4:04 PM Go to last post
  9. [4.0.5] BUG: Ext.draw.Sprite, setAttributes method, scale,

    When calling the setAttributes() method of a sprite and setting the "scale" of it, there is a problem using the center of the scaling specification....

    Started by meditecsports, 17 Aug 2011 1:21 AM
    • Replies: 2
    • Views: 626
    9 Jan 2013 3:53 PM Go to last post
  10. [FIXED] [4.2.0 beta] Slovak locale inconsistency and errors

    REQUIRED INFORMATION Ext version tested: Ext 4.2.0 beta Description: There are the following inconsistency and errors in the...

    Started by Daniil, 8 Jan 2013 10:46 PM
    • Replies: 1
    • Views: 257
    9 Jan 2013 9:13 AM Go to last post
  11. [CLOSED] Selection model grid, selection rowModel

    When a grid has a unique record and I select it, if after I deselect it, the deselect event of the selection model (in this case rowModel) occurs but...

    Started by Fanny144, 3 Jun 2011 3:50 AM
    deselect, grid selectionmodel, rowmodel, select, selectionmodel
    • Replies: 6
    • Views: 1,983
    9 Jan 2013 8:11 AM Go to last post
  12. [INFOREQ] Ext.TaskManager stops working after a while

    REQUIRED INFORMATION Ext version tested: Ext 4.0.7 Browser versions tested against: Firefox 17.0.1 IE8 Chrome 23.0.1271.97

    Started by Perceptive, 7 Jan 2013 2:52 AM
    • Replies: 2
    • Views: 254
    9 Jan 2013 6:36 AM Go to last post
  13. [OPEN] Possible bug? Scaling in CompositeSprite.setAttributes causes corrupted SVG image

    In ExtJs 4.1 the current CompositeSprite.setAttributes method is implemented as the following: setAttributes: function(attrs, redraw) { var...

    Started by Joe Kuan, 8 Jan 2013 12:38 PM
    • Replies: 1
    • Views: 154
    9 Jan 2013 3:33 AM Go to last post
  14. [OPEN] ComboBox and BoundList pageSize inconsistency

    REQUIRED INFORMATION Ext version tested: Ext 4.2.0 beta Description: The pageSize config option of ComboBox and BoundList confuses...

    Started by Daniil, 8 Jan 2013 10:11 PM
    • Replies: 1
    • Views: 351
    8 Jan 2013 10:47 PM Go to last post
  15. [INFOREQ] RowNumberer and Grouping feature showing extra group column header

    Ext JS version - 4.1.3 When using a RowNumberer column in a Grid with Grouping feature, the group header is being shown twice. Once for the...

    Started by fpascal4, 8 Jan 2013 2:11 PM
    #grid, #grouping, #rownumberer
    • Replies: 1
    • Views: 157
    8 Jan 2013 5:34 PM Go to last post
  16. [NOREPRO] 4.1.3 API Documentation - extremely slow

    Any other here noticing extremely slow performance of the Documentation API v. 4.1.3 ? For example - Chrome needs more than 10 seconds to load the...

    Started by mx_starter, 7 Jan 2013 5:42 AM
    • Replies: 3
    • Views: 232
    8 Jan 2013 1:03 PM Go to last post
  17. [FIXED] [4.2.0 beta] Locking Grid: adding column using reconfigure doesn't work

    REQUIRED INFORMATION Ext version tested: Ext 4.2.0 beta Browser versions tested against: Chrome IE9

    Started by Daniil, 8 Jan 2013 4:01 AM
    • Replies: 1
    • Views: 157
    8 Jan 2013 7:27 AM Go to last post
  18. [FIXED] [Ext: 4.2.0 Beta] - Problem: After moving, the column is hidden.

    I have a grid: I move License column to between Birthday and Mobile phone. This is the result: The License column is hidden. The width...

    Started by Fioenix, 7 Jan 2013 12:54 AM
    • Replies: 3
    • Views: 380
    8 Jan 2013 5:38 AM Go to last post
  19. [OPEN] Ext.data.TreeStore deletes second level children from config

    REQUIRED INFORMATION Ext version tested: Ext 4.1.0, 4.1.3 Browser versions tested against: Chrome, but reproducable on any DOCTYPE...

    Started by maciasoft, 7 Jan 2013 6:10 AM
    • Replies: 2
    • Views: 211
    7 Jan 2013 5:33 PM Go to last post
  20. [DUP] Using word-wrap:break-word in GridPanels breaks hidden columns

    REQUIRED INFORMATION Ext version tested: Ext 4.1.3 (Using live examples from sencha's current doc) Browser versions tested against: ...

    Started by Juanito, 4 Jan 2013 12:47 PM
    • Replies: 5
    • Views: 394
    7 Jan 2013 4:00 PM Go to last post