Search Type: Posts; User: john76543

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Any timescale for 4.2.1 GA?
  2. Replies
    20
    Views
    3,018
    Looks good! Pity the row editing is broken in 8/9 May betas.
  3. Replies
    144
    Views
    56,672
    The section on "Overload on constants" is very interesting, and would solve the problem of using Ext.Create with types as string:
    ...
  4. Anyone tried the 4.2.1 beta yet?
  5. I wasn't sure about how to use the new class, so I used your code but overrode the existing method, should work the same?



    Ext.override(Ext.tip.QuickTip, {
    helperElId:...
  6. Looks like you nailed it! Thanks, that's a life saver.
  7. Unfortunately this patch doesn't work for me in all cases on IE10.

    Come on Sencha, fix it!
  8. I still get some problems on IE10 with the layout: 'fit' patch.
  9. So a nasty bodge is:



    if (Ext.isChrome || Ext.isIE) {
    Ext.override(Ext.tip.Tip, {
    minWidth: 200
    });
    }
  10. Sencha, this is a serious problem, tooltips in 4.2.0 are painful. Eg:

    http://docs.sencha.com/ext-js/4-2/extjs-build/examples/form/dynamic.html

    Click on 'first name', then tab to next field....
  11. Replies
    1
    Views
    252
    I'm also experiencing mis-sized tooltips in Chrome 26 (as well as IE10). They work ok in Firefox 19 though.

    In IE the height isn't big enough, and in Chrome the width isn't!
  12. Set up rowediting in a grid inside a viewport, where the columns don't fit (ie horizontal scrolling)

    Go into edit mode. When you press right-cursor inside a text box, when you reach the end of the...
  13. Replies
    2
    Views
    75
    Any chance of a quick workaround?

    Thanks,
  14. Replies
    2
    Views
    75
    In a combo, setting:



    listConfig: { trackOver: false }


    Doesn't work in 4.2.0, tracking is still shown

    Windows 7, IE10 and Chrome 26.
  15. Replies
    1
    Views
    137
    How do you style tabs (the actual buttons used for switching in a tab panel)? I'm using Neptune and they're huge and blue. I'd prefer something more like regular buttons.

    Ext 4.2.0

    Thanks,
  16. Using <p> seems to work better, but that add some complexity to code (I was replacing \n with <br />).

    And it's an inconsistency with 4.1
  17. Replies
    2
    Views
    180
    I'm staying away from SASS ;) but I bodged this together which sort-of works:


    .x-btn-default-toolbar-large .x-btn-inner
    {
    font-size: 11px;
    }
    .x-btn-default-toolbar-large .x-btn-arrow
    {...
  18. In 4.2.0 try the following code:



    Ext.onReady(function ()
    {
    var msg = "xxxx xxxxxx xxxxxxxx xxxxxxxx xxxxxxx, 1.2.3.4 (ahahahahahahahahah)" +
    "<br /><br />This is a second line...
  19. Replies
    2
    Views
    180
    If you use scale: "large" in a toolbar button in Neptune, the text size gets massive.

    Eg I took examples/menu/menu.js and made the following modification (red for commented out, blue for added):
    ...
  20. Replies
    1
    Views
    252
    In IE10, qtips don't seem to have their height measured properly when '<br>'s are present in the tip. The bottom line gets chopped off.

    Ext 4.2.0, IE10, Windows 7

    It works ok in Chrome 25.
  21. Replies
    3
    Views
    232
    Thanks Scott
  22. Replies
    3
    Views
    232
    Is 4.2 actually released now? it's on the GPL and subscription download pages, but I can't see any announcement. Is the download RC or a full release?

    Thanks,
  23. Replies
    9
    Views
    994
    That's great Jimmy, thanks a lot!
  24. Replies
    9
    Views
    994
    Sencha, any chance of a work-around? It is potentially serious, and can result in data loss for my clients
  25. Replies
    144
    Views
    56,672
    Everyone makes mistakes, and the better static analysis you have the sooner you catch those errors. TypeScript is like JsHint x100. This stuff simply cannot be done without static typing.

    Just...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4