Search Type: Posts; User: badgerb1

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    518
    More information,

    It appears if you add a fade out animation to the hide, the problem is considerably better. (only taps through every so often). I think it has to do with how long you hold the...
  2. Replies
    5
    Views
    518
    Here's a senchafiddle that shows the problem. Launch this on an iPAD and the pass through tap will show the keyboard when you select an item from the selectfield because the textarea gets the focus....
  3. Replies
    5
    Views
    518
    This still exists. It happens only on the iPAD for us. The easy way to test is to have a select box pop up over a large text area.

    Note we have discovered that if you touch down hold for a...
  4. Replies
    2
    Views
    1,962
    Doesn't look like anyone answered this question extremely well so here's what we came up with.

    NOTE any updates to the doUpdateListItem or headerTranslateFn will require changes to this...
  5. REQUIRED INFORMATIONExt version tested:

    Touch 2.1.1
    Browser versions tested against:

    iPAD "3" Safari
    DOCTYPE tested against:


    Description:
  6. Replies
    190
    Views
    37,719
    Safari IOS has a 50MB limit so if you're doing a browser based application that's all you have. Web Views, which is what most "Native" apps actually use, also has this limit.

    If you are using...
  7. Replies
    1
    Views
    230
    Can the x-sencha-command task be made to accept a working directory? It would be much nicer to be able to specify the directory we want to work on from the ant task. More relevant I suppose would...
  8. REQUIRED INFORMATION




    Ext version tested:

    Touch V2.1 Sencha CMD 3.0.2
    Browser versions tested against:
  9. It appears that isPointInPath doesn't work with circles or other paths many times for some reason.

    Try this in the live preview pane on the circle documentation.



    var x = new...
  10. Hi Jeremy,

    I had the same problem. You'll need to use the e.browserEvent.offsetX and e.browserEvent.offsetY instead of pageX and pageY.

    x = mat.x(e.browserEvent.offsetX,...
  11. Replies
    2
    Views
    210
    Hi egystr,

    You'll probably need to give your grid a height. It seems that dataview still doesn't work well with not height given.

    Thanks
    Bob
  12. Replies
    2
    Views
    184
    Yeah that was the second place we saw it and other than rewriting our extension entirely (it allows you to specify editor components that are always shown instead of having to click on them) it won't...
  13. Hi Sureshewit,

    We found that popups work best if you don't use flex on the panels that contain the controls are launching the popup. Especially for showBy popups (which is what the select field...
  14. Replies
    2
    Views
    184
    Hi all,

    I've been attempting to upgrade from 2.0 to 2.1 and am running into quite a few problems, mostly they are working out with small changes. One seemingly strange and dangerous change...
  15. Replies
    190
    Views
    37,719
    How is your SNO field being set from the DB? The Primary key error should be happening when you are inserting into the DB. The error is occurring when the editperson function is called??? If so...
  16. Yep hit that problem too. I think the addConfig only works when the class is being set up. I haven't gone in and really dug at it yet though.

    Note as a debug technique, don't use the...
  17. An override isn't separate from the original class, it literally replaces or adds to the portions in the override. I.E. If I have a class FirstClass and override it with a second declaration of...
  18. Glad to help.

    Hopefully, Sencha is working on an IE version of touch so that our sites will work on the RT platform too. We may need to look into what it would take to refactor things to make...
  19. And here's the rest of the fix. Use this override to fix tap events not firing because the system thinks there's a movement when you press on the screen.

    Note Sencha, there's probably a better...
  20. So I got our Win 8 device and this works mostly (note I had it slightly wrong in my post above). The problem is it now is too responsive to scrolling so tap events don't fire unless you are exactly...
  21. Hi Moheirf,

    I haven't had a chance to test this at all but based on the code putting this right under your include for the touch.js file should work.

    Ext.feature.registerTest.Touch =...
  22. Hi Mitchell,

    What hardware are you using? does it have a touch interface? We've tried a couple of different ones including an iconia and one with a resistive instead of capacitive screen. I...
  23. With the release of the Windows 8 touch platform rather soon, this is going to become a very big issue quickly. Does anyone have any insights?

    BTW I do know that a beta version of safari was...
  24. Replies
    190
    Views
    37,719
    Hi Qumhieh,

    The Proxy works like a webproxy, so if you use a filter to retrieve your 1 record you will only have the one record in memory. That's the way we use the DB. We filter to the...
  25. Replies
    3
    Views
    580
    Hi Mohre,

    Yes I have, and I've used it too, and I agree that it is a good template for general bugs, this one though I was in a hurry to pick up my son at the end of the day, and I actually...
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4