Ext:Bugs

Page 301 of 343 FirstFirst ... 201 251 291 299 300 301 302 303 311 ... LastLast

+ Post New Thread

  1. [CLOSED-EXTJSIV-1354][B3] AbstractStore implicit model doesn't set idProperty

    If you use the Ext3 style config (fields config option) the implicit model created by the store doesn't care about the idProperty config option...

    Started by ldonofrio, 15 Apr 2011 6:02 AM
    • Replies: 2
    • Views: 1,313
    21 Apr 2011 2:03 AM Go to last post
  2. [FIXED-EXTJSIV-1458][B3] Ext.form.field.File cannot be set disabled in its config

    Setting the disabled config option in the config of a file field causes errors in firebug (me.fileInputEl is undefined) To test - amend the...

    Started by conorarmstrong, 21 Apr 2011 12:50 AM
    • Replies: 1
    • Views: 1,611
    21 Apr 2011 2:00 AM Go to last post
  3. Cool [B3] Thank you!

    It's not a bug, and I don't need help, and I figured this is as good a place as any for this sort of feedback. In ExtJS 3.3, I use a combination...

    Started by stevil, 20 Apr 2011 12:28 PM
    feedback
    • Replies: 3
    • Views: 880
    21 Apr 2011 2:00 AM Go to last post
  4. Exclamation [FIXED-EXTJSIV-1457] Ext.Function.createBuffered() ignores scope

    The function created by Ext.Function.createBuffered() does not have the expected scope: var myScope = { name: 'Herbert' }, f...

    Started by n3rd, 21 Apr 2011 1:10 AM
    • Replies: 1
    • Views: 1,099
    21 Apr 2011 1:47 AM Go to last post
  5. Exclamation Is this a bug : overCls do not effect in Ext.button.Button ?

    I have created a button, and used cls and overCls. cls is ok, but overCls is not . I try to read in ext-all.js and find this: Line 61184 :...

    Started by tmhaohong, 20 Apr 2011 11:59 PM
    • Replies: 0
    • Views: 421
    20 Apr 2011 11:59 PM Go to last post
  6. [FIXED-EXTJSIV-1447][B3] Ext.form.action.DirectLoad success callback is called twice

    You can reproduce it using the direct-form example, i've added some success callbacks to the direct-form.js file, run the example and you will get...

    Started by ldonofrio, 19 Apr 2011 11:50 AM
    • Replies: 1
    • Views: 840
    20 Apr 2011 9:02 PM Go to last post
  7. [CLOSED][B3] Ext.tree.Panel controller not listening to itemclick

    A controller loaded for an Ext.tree.Panel is not listening for the itemclick event. Other events are heard, including itemdblclick and...

    Started by korax, 20 Apr 2011 11:38 AM
    • Replies: 2
    • Views: 2,232
    20 Apr 2011 6:19 PM Go to last post
  8. [CLOSED] [B3] Bound components bound to stores should relay beforeload, load events

    Not much to say, really - you're already relaying scroller and view events, why not the store as well? stevil

    Started by stevil, 20 Apr 2011 6:02 AM
    • Replies: 5
    • Views: 1,693
    20 Apr 2011 4:40 PM Go to last post
  9. [DUP] [B3] DatePicker styling issue

    Assume the date picker used on a grid filter uses the default control? If so the styling makes it unreadable: My CSS is up to date using the...

    Started by westy, 20 Apr 2011 1:52 AM
    • Replies: 6
    • Views: 652
    20 Apr 2011 2:14 PM Go to last post
  10. [FIXED EXTJSIV-1332][B3] Application.getController does not use Loader to resolve pat

    Originally discussed here, and since no-one has commented thought would post here as a bug, since certain this is not as intended... Would also...

    Started by westy, 19 Apr 2011 1:41 AM
    • Replies: 2
    • Views: 2,897
    20 Apr 2011 12:41 PM Go to last post
  11. [B3] Charts: programmatically show / hide series

    I have been running into the following issues when trying to programmatically hide / show specific series in a chart (probably most points are valid...

    Started by Yousef, 20 Apr 2011 3:32 AM
    • Replies: 2
    • Views: 797
    20 Apr 2011 10:09 AM Go to last post
  12. [CLOSED EXTJSIV-1380] requires: [] config option doesn't support wildcards

    I can do do this: Ext.require('Ext.data.*');but not this: Ext.define('MyClass', { requires: , ... });I would expect them both to...

    Started by azuroff, 19 Apr 2011 12:51 PM
    • Replies: 6
    • Views: 829
    20 Apr 2011 9:33 AM Go to last post
  13. [B3] Chart line-series at wrong position (y-axis)

    In the example below all y-values are set to 4. When using the following configuration for the y-axis: adjustMaximumByMajorUnit: true,...

    Started by Yousef, 20 Apr 2011 4:49 AM
    • Replies: 0
    • Views: 608
    20 Apr 2011 4:49 AM Go to last post
  14. [FIXED-EXTJSIV-848][B2] Chart Y-axis strange decimals

    This is form the Help 4.x Forum and submitted here as suggested by steffenk.. Complete example.. Running in Chrome.. What should I set to get...

    Started by MHjerpe, 7 Apr 2011 4:18 AM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 4,016
    20 Apr 2011 2:13 AM Go to last post
  15. Panel Header polishing (B3)

    Hi, I am wondering if it would not make sense to add a headerConfig object in Panel so as to add some flexibility in the way headers can be...

    Started by christophe.geiser, 20 Apr 2011 1:13 AM
    • Replies: 0
    • Views: 457
    20 Apr 2011 1:13 AM Go to last post
  16. [CLOSED][B3] Tree Store does not sync

    Tree Store does not sync its data on change. To reproduce: Setup a TreeStore with a TreeGrid. Enable cellEditing on the TreeGrid. Change a...

    Started by eja40, 17 Apr 2011 4:35 AM
    • Replies: 2
    • Views: 1,515
    20 Apr 2011 1:11 AM Go to last post
  17. [CLOSED]unnecessary call in Surface.js

    tiny: normalizeSpriteCollection: function(sprite) { var items = this.items, zIndex = sprite.attr.zIndex, idx =...

    Started by steffenk, 17 Apr 2011 12:37 PM
    • Replies: 1
    • Views: 518
    20 Apr 2011 1:10 AM Go to last post
  18. [FIXED-EXTJSIV-1400][B3] Ext.menu.Manager error

    When I call Ext.menu.Manager.get('menuname'); an exception 'ReferenceError: menus is not defined' is thrown in Ext.menu.Manager.get(). I...

    Started by stevil, 17 Apr 2011 6:19 PM
    exception, manager, menu
    • Replies: 1
    • Views: 743
    20 Apr 2011 1:02 AM Go to last post
  19. [B3] Charts Category axes CategoryNames not used?

    It seems to me categoryNames doesn't do anything on Ext.chart.axis.Category...

    Started by Yousef, 18 Apr 2011 5:08 AM
    • Replies: 1
    • Views: 637
    20 Apr 2011 12:40 AM Go to last post
  20. [CLOSED][EXTJS4 BETA3] firebug 1.7 (FF4) not show sync loaded scripts

    firebug 1.7 (FF4) not show sync loaded scripts. In Google Chrome 10 - all ok...

    Started by fguest, 19 Apr 2011 11:54 PM
    • Replies: 1
    • Views: 1,707
    20 Apr 2011 12:00 AM Go to last post