Ext 2.x: Bugs

Page 21 of 150 FirstFirst ... 11 19 20 21 22 23 31 71 121 ... LastLast

+ Post New Thread

  1. [2.2.1] Ext.button : minWidth and this.el.getWidth() => no effect

    I've tried more than once to use minWidth property for an new Ext.Button(). And It never work. As I was trying to find a solution tonight, I opened...

    Started by iBeb, 18 May 2009 3:19 PM
    • Replies: 0
    • Views: 837
    18 May 2009 3:19 PM Go to last post
  2. [2.2] XmlReader record with comma fails to load

    When using an XPath to define the record for an XmlReader, if that XPath contains a comma an error will occur when trying to compile that selector,...

    Started by robgallen, 18 May 2009 7:52 AM
    • Replies: 0
    • Views: 922
    18 May 2009 7:52 AM Go to last post
  3. [2.??] Ext.form.HtmlEditor getValue in sourceEditMode

    When is editor in sourceEditMode and getValue() is called, all changes made there are lost... Here is bugfix... ...

    Started by xpuu, 8 May 2009 7:41 AM
    • Replies: 5
    • Views: 2,264
    18 May 2009 3:21 AM Go to last post
  4. [FIXED][2.??] Bug in editor grid on Safari

    When tabbing through a grid with an active editor, if you come to a column that uses a combobox, if you change the value of the combo by typing or by...

    Started by Eric24, 21 Nov 2008 7:13 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 3,407
    17 May 2009 8:55 PM Go to last post
  5. [2.2] Ext.data.Store after insert record, filter method does not work

    What steps will reproduce the problem? Use attached grid3.js file. Slightly modified to make the "add record" work. This file can be dropped in...

    Started by mjlecomte, 26 Aug 2008 5:37 AM
    • Replies: 4
    • Views: 3,032
    17 May 2009 7:26 AM Go to last post
  6. [2.2][FIXED] Combobox position failure (hideTrigger)

    A single Combobox will be displayed on the top of the page, if 'hideTrigger' is set on true. With 'false' it works normal. Tested IE 6.0 and IE 7....

    Started by Jacka, 5 Aug 2008 6:05 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 8,471
    14 May 2009 11:58 AM Go to last post
  7. [FIXED] [2.x] Destroying a Store doesn't destroy its underlying proxy

    destroying a Store does not destroy its underlying DataProxy. the following code resolves this Ext.override(Ext.data.store, { destroy :...

    Started by mystix, 18 Mar 2009 7:52 PM
    • Replies: 6
    • Views: 2,616
    14 May 2009 5:33 AM Go to last post
  8. [FIXED][DUP][2.2.1] IE6 : Editing TextArea with width defined in percent

    Hi ! I've got a little problem with the size of Textarea defined in percent in a FormPanel with IE6 (6.0.2900.2180... Win XP SP2). No problem with...

    Started by ViciousFrank, 12 May 2009 9:19 PM
    • Replies: 5
    • Views: 1,894
    13 May 2009 9:12 PM Go to last post
  9. [2.x] JsonReader.readRecords() metaData.fields check

    This isn't particularly a "bug" but it's small change that really helps me out when working with metaData In my case, I'm using metaData to...

    Started by azbok, 12 May 2009 11:37 AM
    • Replies: 2
    • Views: 1,008
    13 May 2009 10:47 AM Go to last post
  10. Question [2.2.1] Messagebox example: wrong info-positioning when using IE 6 + 7

    Hello, I just checked out the message box example http://extjs.com/deploy/dev/examples/message-box/msg-box.html When clicking on the first...

    Started by Bionique, 13 May 2009 7:31 AM
    • Replies: 0
    • Views: 723
    13 May 2009 7:31 AM Go to last post
  11. [2.x] JsonStore does not accept inline data

    the 3.x version of JsonStore needs to be backported to 2.x to enable it to accept either inline data (as advertised in the docs) or a configurable...

    Started by mystix, 13 May 2009 2:03 AM
    • Replies: 1
    • Views: 961
    13 May 2009 2:33 AM Go to last post
  12. [2.2] Ext.menu.Menu.show(el, "tr-br?") is never constrained to viewport

    Ext.menu.Menu's existing show() method never constrains the menu to the viewport. the existing show() and showAt() methods are replicated below...

    Started by mystix, 11 Nov 2008 6:12 PM
    • Replies: 1
    • Views: 2,328
    13 May 2009 12:56 AM Go to last post
  13. [2.0][FIXED] ColorPicker fires 3 'select' events

    m_menu = new Ext.menu.Menu({ defaults: { hideDelay: 0 } , items: }); 3 'test' alerts fire.

    Started by SmyersM, 2 Dec 2007 2:03 PM
    • Replies: 9
    • Views: 4,347
    12 May 2009 4:05 AM Go to last post
  14. [FIXED][2.x,3.x,core] getStyle/setStyle inefficient/incomplete

    Ext.Element.getStyle is the most used Ext function, so it should be highly optimized. However, getStyle isn't as efficient as it could be: 1....

    Started by Condor, 7 Apr 2009 3:10 AM
    • Replies: 4
    • Views: 3,381
    11 May 2009 7:52 PM Go to last post
  15. [CLOSED] [2.2] Ext.Msg.confirm window hides behind tabpanel from 'beforetabchange'

    Hi, Please review this code. I think this behaviour is incorrect. When I try to show a message window before a tab is changed, either via...

    Started by javjimb, 12 Mar 2009 12:16 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 5,873
    11 May 2009 5:40 AM Go to last post
  16. [2.??] IE7 top toolbar hide leave some space

    Good evening all, I'm facing the well known IE7 top toolbar hidden problem, already read some threads around this wich didn't solve. I define a...

    Started by rlr2maverick, 9 Feb 2009 10:50 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,713
    11 May 2009 12:06 AM Go to last post
  17. [2.2.1] MessageBox alert causes buggy message box width in IE7

    Hi, when I use Ext.MessageBox.alert() to alert a short message in IE7, the width of the alert box is rendered incorrectly. I have attached an image...

    Started by learningextjs, 10 May 2009 3:41 PM
    • Replies: 0
    • Views: 1,028
    10 May 2009 3:41 PM Go to last post
  18. [2.x] IE7 mousemove after mouseup destroy

    I have only seen this problem in IE7 so far. When an element has mousemove and mouseup listeners and a mouseup is used to destroy the element. The...

    Started by vtswingkid, 6 May 2009 7:16 AM
    • Replies: 1
    • Views: 1,436
    10 May 2009 5:42 AM Go to last post
  19. [2.0.1] Form fields disappear in IE

    I am using Ext 2.0.1, I know this one is quite old. I am facing strange problem specific to IE.My local working code is as below. This code is...

    Started by Singha1, 9 May 2009 9:02 PM
    • Replies: 0
    • Views: 918
    9 May 2009 9:02 PM Go to last post
  20. Cool [DUP][2.2.1] Scrollwheel oddities with Mac Safari

    My boss discovered this issue, and was good enough to create a small Jing screencast to show it happening. His usage is on a Mac, with Safari (his...

    Started by CutterBl, 8 May 2009 10:28 AM
    • Replies: 2
    • Views: 1,680
    9 May 2009 6:44 AM Go to last post