Ext 3.x: Bugs

Page 195 of 198 FirstFirst ... 95 145 185 193 194 195 196 197 ... LastLast

+ Post New Thread

  1. [CLOSED][3.0] Ext.data.HttpProxy

    POST,GET or other method not working, now working.

    Started by shibubh, 19 Apr 2009 4:38 AM
    • Replies: 2
    • Views: 1,189
    22 Apr 2009 6:40 PM Go to last post
  2. [FIXED][3.0RC1] DataProxy -- Event name misspelled in request method

    The event name prefix should be "before", not "beforee": request : function(action, rs, params, reader, writer, callback, scope, options) {...

    Started by jacombs, 22 Apr 2009 11:32 AM
    • Replies: 1
    • Views: 897
    22 Apr 2009 12:27 PM Go to last post
  3. [FIXED][3.0 RC1] Ext.Element.isMasked

    Element.fx-more.js, line 125 (isMasked) is: return this.mask && this.mask.isVisible(); crashes an application that I'm upgrading from 2.0. to...

    Started by nemek, 22 Apr 2009 12:34 AM
    • Replies: 1
    • Views: 1,449
    22 Apr 2009 9:51 AM Go to last post
  4. [FIXED]Measurement in VBoxLayout typo

    BoxLayout.js#151 in rc1: maxWidth = Math.max(maxWidth, c.getWidth() + cm.left + cm.top); I suppose, this should be cm.right for the...

    Started by KampfCaspar, 21 Apr 2009 10:00 PM
    • Replies: 4
    • Views: 1,384
    22 Apr 2009 9:49 AM Go to last post
  5. [FIXED][3.0 RC1] Ext.data.DirectProxy directFn

    as of data/DirectStore.js line 46 proxy: (typeof(c.proxy) == 'undefined') ? new Ext.data.DirectProxy(Ext.copyTo({}, c,...

    Started by bas_denis, 16 Apr 2009 6:16 PM
    • Replies: 1
    • Views: 1,940
    21 Apr 2009 10:38 PM Go to last post
  6. [FIXED][3.0rc1] strange Toolbar-Behaivor

    Hello, I tried yesterday the ExtJS 3.0 rc1 Toolbar and found a strange layout in Firefox and IE7, in Opera everything works fine: hier the...

    Started by wilderland, 20 Apr 2009 5:52 AM
    • Replies: 2
    • Views: 1,653
    21 Apr 2009 10:34 PM Go to last post
  7. [CLOSED][3.0rc1] Ext.data.DirectProxy incomplete ?

    the Ext.data.DirectProxy seems pretty incomplete. properties directFn, paramsAsHash, paramOrder are not in use this makes the...

    Started by bas_denis, 18 Apr 2009 1:13 AM
    • Replies: 1
    • Views: 2,042
    21 Apr 2009 10:19 PM Go to last post
  8. [FIXED][3.0] ExtJs Core is broken in RC1 package

    There is no Ext Js 3.0 Bug Forum so I'll post this here. Please feel free to move as necessary. Given the following HTML: <html> <head>...

    Started by CableDawg, 21 Apr 2009 6:28 AM
    • Replies: 4
    • Views: 1,892
    21 Apr 2009 11:50 AM Go to last post
  9. [FIXED][3.0 Core] Template.compile error in ExtJs Core - args not defined

    On line 2309 on ext-core-debug.js (from the standalone Core package): compile : function(){ var me = this, sep =...

    Started by CableDawg, 21 Apr 2009 7:28 AM
    • Replies: 1
    • Views: 1,891
    21 Apr 2009 8:00 AM Go to last post
  10. [CLOSED][3.0] Ext.ux.form.BrowseButton broken

    I know it's a ux but I think it's an ExtJS officially supported one. It's broken and needs to be fixed. I'd appreciate an override ASAP.

    Started by mschwartz, 21 Apr 2009 7:15 AM
    • Replies: 1
    • Views: 980
    21 Apr 2009 7:17 AM Go to last post
  11. [FIXED][3.0RC1] Combobox Transform Bug

    Found a small combobox bug that prevents the DOM selected option to get selected in the transformed combobox. initComponent: function() { //...

    Started by next, 21 Apr 2009 4:22 AM
    • Replies: 3
    • Views: 1,884
    21 Apr 2009 6:48 AM Go to last post
  12. [CLOSED][3.x] Build error

    I'm seeing an error during build when pulling latest from SVN: Processing Component: \image-organizer\img-org.css - Processing File:...

    Started by fzammetti, 6 Apr 2009 8:43 AM
    • Replies: 5
    • Views: 1,361
    20 Apr 2009 7:04 PM Go to last post
  13. [FIXED][3.0] Ext.Container.removeAll() results in infinite loop

    What steps will reproduce the problem? Create a container and add various components to it. Now add a "beforeremove" listener to the container and...

    Started by ThorstenSuckow, 18 Apr 2009 5:34 AM
    • Replies: 1
    • Views: 1,773
    20 Apr 2009 9:13 AM Go to last post
  14. [FIXED][3.0rc1] PagingToolbar - config application

    there is a bug: just edit a file: examples/grid/paging.js in line 50 var pagingBar = new Ext.PagingToolbar({ pageSize: 25, ...

    Started by Omenus, 19 Apr 2009 5:05 AM
    • Replies: 3
    • Views: 1,278
    20 Apr 2009 7:24 AM Go to last post
  15. [FIXED][3.0] Ext.ux.TabCloseMenu.js broken

    See: /examples/tabs/tabs-adv.html The example doesn't work :)

    Started by mschwartz, 17 Apr 2009 9:36 AM
    • Replies: 8
    • Views: 3,634
    20 Apr 2009 7:07 AM Go to last post
  16. [FIXED][3.0rc1] File upload button issue

    After upgrading to 3.0-rc1 I notice that the button on the file upload example is showing 4 letters: "Brow". When no letters were visible before. ...

    Started by cfrerebeau, 19 Apr 2009 5:15 AM
    • Replies: 1
    • Views: 2,003
    20 Apr 2009 6:58 AM Go to last post
  17. Cool [FEATREQ][3.0rc1] Ext.DD constrainTo does not take into account container borders

    The constrainTo method for Ext.DD does not take into account its containers borders. Thus, if the container has a border, you can drag an element...

    Started by y0y, 19 Apr 2009 2:45 PM
    • Replies: 2
    • Views: 1,078
    19 Apr 2009 3:48 PM Go to last post
  18. Exclamation [FIXED][3.0] Ext.Select change in behaviour?

    Hi I have been using the following code for ages. Until recently it has worked but now is broken (i am using latest code from SVN). ...

    Started by robw, 16 Apr 2009 7:42 AM
    • Replies: 8
    • Views: 3,053
    18 Apr 2009 5:09 AM Go to last post
  19. [FIXED][3.0rc1] implemented twice: Ext.data.DirectStore && Ext.data.DirectProxy

    those are implemented twice (they are identical) in downloadable 3.0 RC1 Ext.data.DirectStore line 12323 all-debug line 13914 all-debug ...

    Started by bas_denis, 17 Apr 2009 2:58 AM
    • Replies: 1
    • Views: 1,204
    17 Apr 2009 3:04 PM Go to last post
  20. [FIXED][3.x] Ext.data.DataProxy cb undefined

    A typo of sorts: load : function(params, reader, callback, scope, arg) { this.doRequest('load', null, params, reader, null, cb, scope, arg);...

    Started by mjlecomte, 16 Apr 2009 3:29 PM
    • Replies: 1
    • Views: 1,350
    17 Apr 2009 2:59 PM Go to last post