Search Type: Posts; User: westy

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. We used to use virtual dirs, but now use symlinks (i.e. mklink /d in windows).

    That has issues with 4.2 theming though (spefically trying to symlink the base packages), that I've not resolved yet,...
  2. Replies
    8
    Views
    2,045
    Looks great Mats, can't wait to try it!

    Are Sencha interested in using it, so we can actually use it for reporting bugs to them, and tracking their fixes, rather than just things to track for...
  3. This is now fine in 4.2.1.744
  4. Still an issue in 4.2.1.744
  5. Replies
    4
    Views
    251
    Blimey, I don't envy you!!
    IE is bad enough, inside a control in Office sounds like could be all kinds of "fun".

    Glad to hear it's snappier in IE7 then, that's what many of our users are stuck...
  6. Replies
    4
    Views
    251
    Yet to find the time to upgrade from 4.1.3, and not likely to happen for a bit yet, but this is good news if applies to our apps!

    You tried in old IEs?
  7. Replies
    6
    Views
    1,410
    Tweaking the heap size in your applications config file doesn't seem to work, at least for Sencha Cmd v3.0.0.250 as I'm still using.

    You have to set the following in the sencha cmd config file...
  8. Replies
    3
    Views
    854
    Thanks, seems to work well enough for our needs.

    Whilst we know the value of unit testing we are unlikely to be given the green light for writing them for our JS codebase unfortunately, but have...
  9. Replies
    3
    Views
    854
    Posted this in the blog, but didn't come out especially well...
    ------------------------------------------------------------------------------

    Hey Mats,

    It's a pain yeah, and especially when...
  10. Hi Mitchell,

    No, I don't think you fully understood.

    Try this:


    new Ext.form.Panel({
    renderTo : document.body,
    items : [
  11. Hi,

    Just been tracking down an bug involving comboboxes, and tracked it to the following method in ComboBox:


    /**
    * Selects an item by a {@link Ext.data.Model Model}, or by a key...
  12. Try a linter like javascriptlint or Douglas Crockford's original JSLint.
  13. There was a feature request raised for this around the time 4.0 was in the developer previews.
    Not sure if/when it's likely to get picked up...
  14. Replies
    65
    Views
    13,743
    We've seen this too. Best we can hope for is that Mozilla fix it asap I'd say.

    Luckily for us, in a sense, most of our users are on old IEs!
    Never thought I'd ever say that!
  15. Another similar thread here.
  16. Replies
    10
    Views
    1,668
    A colleague just directed me to this thread.
    I've since posted the same issue here.

    No reliable test case yet, but only seen it on one of our dialogues, which doesn't seem to do anything special....
  17. Replies
    5
    Views
    675
    You can try IE9 in IE7 mode (press F12), it sometimes exhibits the same behaviour...

    Edit: Oh, you've tried that. Erm... do you get the same issue with ext-all-debug or ext-all-dev?
  18. Hi,

    It appears that owner.el.getStyle('zIndex') can return a string of "auto" sometimes; have just seen this in IE8.
    Thus the index in setZIndex can resolve to NaN which then blows up setStyle:
    ...
  19. Eeek!

    I've noticed it getting called a lot, but never actually looked into just how much.
  20. Replies
    3
    Views
    627
    Think I'm right, since if reload the store the style is lost too.... am looking into it.
  21. Replies
    3
    Views
    627
    Calling setAttributes instead of setStyle helps specifically with pie segments.
    If have clickable legend though need to setStyle too, to persist the stroke/stroke-width.

    All is good in a proper...
  22. Replies
    3
    Views
    627
    I'm just looking at the same issue, and nothing yet.
    Fine in IE9, it's IE8 and 7 that are the problem. Can also see it in IE9 when rendering in IE7 mode...

    You get anywhere with it?

    I can see...
  23. Replies
    3
    Views
    1,895
    Yeah, workaround sorts it for me... thanks!
  24. Replies
    3
    Views
    1,895
    Is this really fixed? I'm seeing the same thing...

    Will try the suggested workaround for now.
  25. I need this too.

    Seems that Touch has it...
Results 1 to 25 of 112
Page 1 of 5 1 2 3 4