Search Type: Posts; User: pierresas

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks for the report! I have opened a bug in our bug tracker.
  2. @Qtx: I tested with 4.2 but the fix is still valid. I checked under all 4 themes (Accessibility, Classic, Grey, Neptune) to make sure the CSS was correct too.

    Have you updated your button handler?...
  3. Here is a solution that's not as simple as using the missing 'reverse' config but it works in ExtJS 4.2.
    It consists in...
    - Providing a convert() function in the model that returns negative...
  4. In extjs/src/util/Floating.js, function toFront(), do:
    me.focus(false, false);
    instead of:
    me.focus(false, true);

    The fix did not make it into 4.1.3 for lack of testing, so please use...
  5. Sorry, it was a mistake. The fix did not make it into 4.1.3.
  6. The bug number that was assigned to this issue is EXTJSIV-6879.
    Please provide a test case and we will reopen the bug.
  7. This bug report was closed as Incomplete because after 2 requests, the customer still did not provide a test case nor additional explanations.

    It looks like the chart is drawn using an unstacked...
  8. @jjerome The 'fill' config was always required. You can verify it by downloading 4.0.7 from http://www.sencha.com/products/extjs/download/ext-js-4.0.7 and opening examples/charts/Mixed.html: if you...
  9. @london_lawyer: The bug was marked "fixed" because the only functional test case was incorrect and has been fixed. Five other users in addition to yourself have reported an issue but they did not...
  10. Five users (Dev.init, RFman, matiou, vasily_87, ynov) have not provided a complete test case and the issue could not be reproduced, so there is nothing we can do for them. The fix proposed by user...
  11. @nightwatch - Please attach some sample code so we can investigate...
  12. The test case is invalid. The code shouldn't be:
    inputType:"file",

    xtype:"textfield"
    but instead...
    xtype:"filefield"
  13. The problem is in the sample code, not in the framework. By calling this.up('form').getForm().getFields(), you collect an array of all the individual fields that are sent back by the form. A field...
  14. You are correct, it was a bit confusing. The code won't change but the documentation will be clarified:
    --
    The CSS class(es) added to the component's main element when it is in the checked state....
  15. A fix will be available in 4.1.2. For those of you who have access to the code, the fix is at https://github.com/extjs/SDK/pull/7035

    Thans you for the detailed bug report and the test case.
  16. leon_tang,

    A fix is ready and it will be available in 4.1.2. Column charts can now be bound to both the left and bottom axes when they are both numerical.

    I don't know if you have access to the...
  17. @leon_tang

    The framework does support lines and columns in one chart; this is not the issue. The problem I see is: in the example you provided, the columns are always slightly off. It doesn't...
  18. The number of ticks is 10 by default. You can set the 'majorTickSteps' config to 5 for instance, or to the maximum value in your data, and that should remove the decimal values along the axis.
  19. There is still a bug that's revealed by your test case: the columns are not displayed at the correct location on the x-axis, but that's independent from displaying a 'line' series at the same time.
    ...
  20. It doesn't appear to be a bug to me. Margins were added on both sides to draw the columns. If you remove the config "style: { 'width': 5}", it's clear what is happening.
  21. @jclark42796 & @jclingen: There is an issue with iFrames and re-layouts in different browsers. For more explanations, see the docs at...
  22. This was fixed in 4.1. Please let us know if you still see the issue.
  23. Fixed in extjs/SDK/pull/6756

    Scott.
  24. @mashiki & @jvisser: Indeed, it can be reproduced very easily with the examples you provided. Thanks!
  25. @jvisser: Thank you for giving us access to your JSFiddle testcase. I'll look into it tomorrow.

    3 engineers here (one in support, one in QA and myself in Dev) were unable to reproduce the problem...
Results 1 to 25 of 39
Page 1 of 2 1 2