Search Type: Posts; User: aaronchen2k

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. It happened when jump from one navigationview to another navigationview.
  2. Ext version tested:

    sencha-touch-2.0.1.1
    Steps to reproduce the problem:

    when event navigationview.activeitemchange( this, value, oldValue, eOpts ) fired
    The result that occurs instead:

    ...
  3. Sencha version tested:

    sencha-touch-2.0.1.1
    Description:

    call container.destroy() that has a fieldset on it


    get an error when execute removeCls() for child #ext-fieldset component...
  4. we use sencha-touch-2.0.1.1.
    btw, if we put all selection components under all the textfield&textareafield, it will be ok.
  5. Put a textareafield under selectfield and datepickerfield like image 1.
    Set the focus to textareafield, then close the pop-up soft keyboard, get a blank like image 2.

    39558

    39557
  6. Fixed by codes:


    focusedElement = this.getAppointmentDetail().getFocusedField(); console.log(focusedElement);
    if (focusedElement) {
    if...
  7. You can find that the datepicker bar is covered by the soft keyboard in attached image.


    I try call textbox.blur() method to let the textbox lost the focus in datepickerfield's mousedown event,...
  8. sencha-touch-2.0.1.1
    android 4.1 build-in browser

    Steps:
    1. Set the focus on a form textbox, system will show the soft keyboard.
    2. Click the datepickerfield component.

    Expected Result:...
  9. 1
  10. {name: "eventDate", type: "date", dateFormat: 'time'},

    I save the time value "eventDate: 1346947200000" to localstore, it will be change to '300009e' which is wrong.
  11. tested with sencha-touch-2.0.1.1

    1. The last thing on the selection list cannot be choose.
    a lot of records in the list

    38928

    2. Year is not on the center, and the last one can not be...
  12. On iphone device, clicking on the right space of textbox will call submit button tap event.
  13. up
  14. Would you please send me the internal bug fixing codes?
    We like sencha, and will publish our app soon, thank you for your great support.
  15. Device:

    Samsung GALAXY Note
    Acer Iconia Tab A500
    (it works well on iPhone and Samsung Galaxy Nexus phone)

    Sencha Version:

    sencha-touch-2.0.1.1
    Run with:
  16. I add some Chinese characters in js file, after build with sdk tool, find that they are changed to unreadable characters in app-all.js.
  17. both all-classes.js and app-all are not compressed, and contain comment lines

    all-classes.js and app-all like this:

    /*
    Copyright(c) 2012 Company Name
    */
    Ext.define('TCConstant', {
    ...
  18. I use container's setHtml method, after scroll down the container, always back to the top 0
  19. anyone can help me, thanks!
  20. --
  21. up
  22. use sencha-touch-debug.js and src files to build, get a all-classes.js. Run app with:

    Ext.Loader.setConfig({
    enabled: true,
    paths : {
    Ext: '.',
    framework: 'framework',...
  23. I generate a custom build according to below article
    http://docs.sencha.com/touch/2-0/#!/guide/building

    <script type="text/javascript" src="sencha-touch/sencha-touch-all-debug.js"></script>
    ...
  24. hasMany: {
    model: 'tc.model.Place',
    name: 'placeSet',
    associationKey: 'placeVoSet'
    },
    hasMany: {
    model: 'tc.model.Companion',
    name:...
  25. it's a item in Ext.List, and I can not select the text in it, please find the codes as below, thank you!



    Ext.define('tc.view.activity.List', {
    extend: 'Ext.List',

    config: {
    '<div...
Results 1 to 25 of 48
Page 1 of 2 1 2