Search Type: Posts; User: lenny87

Search: Search took 0.02 seconds.

  1. I still suffer from this problem. Any update on a work around or estimated release for this? Currently running on Safari 6.0.2 and encountering the problem.

    Regards,

    Andrew
  2. managed to find a solution. I think there may have been a problem with nested styles as the cls wasn't being picked up for the last label.

    anyways, here is the code that managed to fix it....
  3. Hi,

    I've got an issue with word wrapping of text within a form Label. This label is part of a toolbar as show in the code provided.



    var entry=Ext.create("Ext.toolbar.Toolbar",{
    ...
  4. Only issue is with IE10. I have a buffered grid.

    Yes 30 minutes is ridiculous. Also as I am loading the whole data set even when displaying a small number of records the load time can be upto 20...
  5. I have a system which has a reasonable large store (less than 1000 entries) and loads this store into a grid panel. On my mac running all browsers it runs fine and performs admirably (generally under...
  6. Replies
    5
    Views
    480
    thanks for the clarification mitchell. much appreciated
  7. Replies
    5
    Views
    480
    thanks for the response, does this mean we should abandon CORS for ie8? many of my clients still use it unfortunately.
  8. Guys, great effort on the hacks, I have implemented them and got slightly further than I was before.

    However, I am still struggling with my system. I need some extra clarification on the CORS...
  9. Replies
    2
    Views
    228
    This was done as just a testing area instead of changing code to a larger application. This replicates exactly what happens on a cross domain system with the server set up correctly.

    Noticed that...
  10. Replies
    2
    Views
    228
    Ext version tested:

    Ext 4.1.1
    Browser version tested against:


    IE8
    Description:

    Ext.Ajax.cors - causes GET and POST requests to hang and timeout in IE8
  11. Replies
    5
    Views
    480
    Found the problem through testing other peoples IE Ajax examples. What I have found is that having Ext.Ajax.cors = true set in IE makes the AJAX requests not work properly.

    Is this a bug in 4.1.1?
  12. Replies
    5
    Views
    480
    Hi all,

    New to using Ext and have come across an issue with Ext Ajax requests and IE8. A very simple GET or POST request within IE8 always returns as a failure. However the same code returns...
Results 1 to 12 of 12