Search Type: Posts; User: McQuack_82

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. I agree I'm seeing the same issue also.
  2. I'm not for sure if this will fix your issue in 3.4 but in the 4.1.1. I was able to define a empty renderer and it resolved the issue. Then it was able to see the emptyCellText property on the column...
  3. I'm seeing this issue in the 4.1.1 gpl version also.
  4. It would be a nice feature addition to add failure callback to refs object to allow developers to trap error when they happen and so they can incorperate there own logging measures to the callback...
  5. Is there a better looking override that I can put in place till the next release. I would prefer to call the parent instead of in-lining the code from the setReadonly in form.field.text?
  6. The setReadonly function doesn't appear to remove the readonly class correctly, specifically on trigger fields. I enclosed screenshots of dom inspection of the the trigger elements and text fields...
  7. That's interesting cause I thought defaulted proxy type was a memory type. And it is more interest some of the upper level data in the json works but not data needed for the hasMany model. Anyways...
  8. I am having issues getting the associated data with a hasMany relation model. I get the data for the parent but am unable to get the children's data


    Ext.onReady(function () {

    ...
  9. Replies
    15
    Views
    1,408
    I was looking into this thread I dont think its a bug more a less a issue with IE developer tools
    ...
  10. Replies
    15
    Views
    1,408
    So IE developer tools shows the id attributes with quotes. It seem like the would it would show raw markup in DOM and not alter it. It would make it hard to validate with html validator.
  11. Replies
    15
    Views
    1,408
    I enclosed some screenshots with more details. In order to see the full mark I had to right and click edit after selecting the chart or click copy inner html and paste to text editor. The id and...
  12. Replies
    15
    Views
    1,408
    I tested in

    Browser mode IE 8
    Document mode IE 8 Standards
  13. Replies
    15
    Views
    1,408
    The mark up in second block is generated from the stock examples provided by Sencha.
    Details on the chart config can be found in \extjs-4.1.1-gpl\extjs-4.1.1\examples\charts\Pie.js. The issue on...
  14. Thanks for the quick reply and correct usage. I traced the error to more of timing issue with data being acquired in my code and FF 14.0.1 appears to fire the load event on store before it had the...
  15. Replies
    15
    Views
    1,408
    I tried to run it through html tiddy to make it more readable but it had some trouble with svg. It is straight cut paste from IE developed tool.
  16. Replies
    15
    Views
    1,408
    So I did some more research and was able to duplicate it in IE 8 but not in IE 9. The frame work seems to generate different svg markup which is understandable but the markup in generated in IE 8 has...
  17. Replies
    15
    Views
    1,408
    I'm using the 4.1.1 gpl version
  18. The tpl seems to work fine with panels but is having issues with container in ff 14. I didn't have to bind data to it. Will a xTemplate display without if it has static mark up Ex
    '<tpl...
  19. Replies
    15
    Views
    1,408
    I've noticed extjs charts pie and bar seem to have improper formatted html markup with content html block.
    Attribute like the id and class are not properly wrapped in double qoutes like w3 specs...
  20. The tpl: property doesn't render on firefox 14 with extjs 4.1.1 gpl it works with panels correctly but containers never render it to dom. I simplified the example to exclude the dynmic data from x...
  21. Framework Version Tested 4.1.1 gpl


    Ext.create('Ext.grid.feature.Grouping', { groupHeaderTpl: '{columnName}: {groupValue}({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})' });

    So...
  22. I made some changes to bring back the to and from labels that used to exist in 4.0 versions

    I enclosed a screenshot with old state of itemselector new state of itemselector and purposed state and...
  23. I still have not got the SDK tool to make a correctly formatted file with a local html file. Work fine with remote files via http uri but local files generate invalid jsb3 file.
  24. The sencha SDK tools appears to have issues generating correct jsb3 file. Generating the with remote path produces correct desired results based on app.js, but generating via filesystem path with...
  25. Adding the ability to reference the app.js file via the file system would be a nice feature for people using dynamic languages like php, aspx and do not want the depency on a web server during build...
Results 1 to 25 of 44
Page 1 of 2 1 2