Ext:Bugs

Page 308 of 354 FirstFirst ... 208 258 298 306 307 308 309 310 318 ... LastLast

+ Post New Thread

  1. Question [CLOSED][DUP][4.0] CheckboxModel missing alias && auto load custom plugin

    1. CheckboxModel miss : alias: 'selection.checkboxmodel', 2.i define a plugin: Ext.define('Ext.ux.RowEditing', { extend:...

    Started by atian25, 26 Apr 2011 11:57 PM
    • Replies: 0
    • Views: 941
    26 Apr 2011 11:57 PM Go to last post
  2. [OPEN-EXTJSIV-1838]Ext.form.field.Checkbox bug

    In Ext.form.field.Checkbox method getModelData is wired to getSubmitData. When calling form.getFieldValues() checkbox returns "on"/"off" instead...

    Started by mstijak, 26 Apr 2011 11:19 PM
    • Replies: 0
    • Views: 867
    26 Apr 2011 11:19 PM Go to last post
  3. Cool [CLOSED][DUP][4.0] RowEditing bug && feature

    1. bug: api said that : but the source: update: it seem to docs view source problem. RowEditing.js is me.fireEvent('edit',...

    Started by atian25, 26 Apr 2011 6:57 PM
    • Replies: 1
    • Views: 2,039
    26 Apr 2011 11:13 PM Go to last post
  4. [CLOSED][4.0] For layout.container.Table need class for last row and last col

    For Ext.layout.container.Table need class for cell in last row and last col. renderItems: function(items) { ... ... ...

    Started by fguest, 26 Apr 2011 8:46 PM
    • Replies: 3
    • Views: 1,315
    26 Apr 2011 10:34 PM Go to last post
  5. [OPEN] [CLOSED]'reader is undefined' when showing a window more than twice

    Greetings! I am receiving a 'reader is undefined' in FireFox when attempting to show a window. The code and steps to reproduce are below. After...

    Started by karnak, 26 Apr 2011 1:09 PM
    • Replies: 1
    • Views: 639
    26 Apr 2011 6:09 PM Go to last post
  6. [FIXED-EXTJSIV-1767][B3]ActionColumn bug and issues

    1. bug, action's handler is not calling when item's handler=null processEvent : function(type, view, cell, recordIndex, cellIndex, e){ ...

    Started by atian25, 25 Apr 2011 6:45 PM
    • Replies: 4
    • Views: 3,490
    26 Apr 2011 5:49 PM Go to last post
  7. [CLOSED][DUP]Tab Panel Icons cut off in example

    In Firefox and Chrome a standard 16x16 icon gets cut off, this actually happens in the example as well....

    Started by FoxMulder900, 26 Apr 2011 7:20 AM
    • Replies: 3
    • Views: 2,240
    26 Apr 2011 4:59 PM Go to last post
  8. FIXED-EXTJSIV-1650] Calling enable on container isn't enabling child components

    Seems to happen when a container is programmatically disabled before it is rendered. Works: var toolbar = Ext.create("Ext.toolbar.Toolbar", {...

    Started by chinabuffet, 24 Apr 2011 7:13 PM
    • Replies: 2
    • Views: 744
    26 Apr 2011 2:33 PM Go to last post
  9. [B2-EXTJSIV] examples\grid\group-header-grid.html is not working with locking column

    http://dev.sencha.com/deploy/ext-4.0-beta2/examples/grid/group-header-grid.html is not working with locking column. You can reproduce by adding...

    Started by SebTardif, 11 Apr 2011 5:38 AM
    grid, grouping grid, locking column, locking grid
    • Replies: 2
    • Views: 1,471
    26 Apr 2011 1:14 PM Go to last post
  10. [CLOSED][B3] statusbar-demo.html Loading msg. truncated in Right-Aligned.

    http://dev.sencha.com/deploy/ext-4.0-beta3/examples/statusbar/statusbar-demo.html Loading msg. truncated in Right-Aligned StatusBar.

    Started by SebTardif, 14 Apr 2011 12:42 PM
    right aligned, statusbar
    • Replies: 1
    • Views: 830
    26 Apr 2011 1:05 PM Go to last post
  11. [FIXED-EXTJSIV-537][beta1] Multiple selections of bars in graph in FormDashboard

    Multiple selections of bars in upper graph in example http://dev.sencha.com/deploy/ext-4.0-beta1/examples/charts/FormDashboard.html demonstrate that...

    Started by SebTardif, 30 Mar 2011 10:55 AM
    charts, formdashboard
    • Replies: 2
    • Views: 675
    26 Apr 2011 1:03 PM Go to last post
  12. [OPEN EXTJSIV-1223] [B3] examples\grid\groupgrid.html refuse to use virtual scrolling

    Virtual scrolling is the lazy rendering, avoiding creation of DOM element when rows are not visible. It's needed on any grid having more than 250...

    Started by SebTardif, 15 Apr 2011 4:30 AM
    • Replies: 2
    • Views: 547
    26 Apr 2011 12:59 PM Go to last post
  13. MVC: Loader capitalizes subfolder names, tries to instantiate wrong class

    Beta 3. When loading controllers within sub-folders of "app/controller", the loader appears to be capitalizing the first letter of sub-folder names. ...

    Started by korax, 17 Apr 2011 11:41 AM
    • Replies: 7
    • Views: 3,214
    26 Apr 2011 12:53 PM Go to last post
  14. [Closed] grid clearSelections is not clearing the selections

    clearing the selections of a selectionModel does not clear the selection/s when clearSelections is called. side note: this function is in the code,...

    Started by rspaeth, 25 Apr 2011 11:39 AM
    • Replies: 2
    • Views: 2,150
    26 Apr 2011 12:06 PM Go to last post
  15. [OPEN] [EXTJSIV-1757] StripeRow in grid & data update

    Hi, I am using a grid with stripeRows set to 'true'. When changing a value of the store (used by the grid), the data is automatically updated in...

    Started by gabrielle, 23 Apr 2011 4:34 AM
    • Replies: 1
    • Views: 871
    26 Apr 2011 11:34 AM Go to last post
  16. [OPEN] [EXTJSIV-1761] ux. .grid.FiltersFeature broken for remote filtering

    after figuring out the grid / filters demo, I copied the relevent parts to one of my grids, adjusted for columns, and set local:false in the filters...

    Started by jimmifett, 21 Apr 2011 8:22 AM
    • Replies: 3
    • Views: 1,226
    26 Apr 2011 11:06 AM Go to last post
  17. [OPEN] [EXTJSIV-1758] Checkbox field reports incorrect value

    Even if the checkbox is checked the value of the column after updateRecord() is false.

    Started by JPfahl, 26 Apr 2011 8:26 AM
    • Replies: 1
    • Views: 811
    26 Apr 2011 10:57 AM Go to last post
  18. [OPEN] [EXTJSIV-1758] [4.0.0] Checkbox field broken with RowEditing plugin

    See RowEditing example: http://dev.sencha.com/deploy/ext-4.0.0/examples/grid/row-editing.html - Double-click a row to activate the RowEditing...

    Started by christocracy, 26 Apr 2011 8:01 AM
    • Replies: 1
    • Views: 1,079
    26 Apr 2011 10:32 AM Go to last post
  19. [FIXED] Issue with sandbox demo on Ext JS4 developer preview page

    When running the 'Ext JS 3 Desktop + Ext JS 4 Charts' demo on the developer preview page, I notice a couple of strange things such as: 1. The...

    Started by jstrx, 27 Feb 2011 11:36 PM
    • Replies: 3
    • Views: 1,782
    26 Apr 2011 9:32 AM Go to last post
  20. [FIXED-EXTJSIV-1286][B3] Serious Fieldset layout issue in FF

    Fieldsets with the following config under FF have incorrect layouts Chrome and IE render/layout the Fieldsets correctly Note: if you add "width...

    Started by MrSparks, 17 Apr 2011 5:16 AM
    • Replies: 1
    • Views: 795
    26 Apr 2011 8:59 AM Go to last post