Raymond Naseef

Results 11 comments of Raymond Naseef

I may have time to look into this. Can you specify: 1. the branch/version this is happening on 2. What line in CtClass.java is `at javassist.CtClass.detach(CtClass.java:1419)`?`cp.cacheCtClass(getName(), obj, false);`? 3. Do...

This sounds like an issue with your class path. Also, it is unusual and not recommended to refer to specific sun.* classes. Please try using `java.net.HttpURLConnection`. Check the following regarding...

Java has `try { } finally` and finally always occurs even if errors are being thrown from inside the `try`. Does this do what you need?

Hi. I am confused. Since the class is abstract, how are you creating an instance? Are you creating a mock StringBuffer or StringBuilder?

Use the non-minimized version of touch-punch to report where errors are happening. IMHO, min version should only be used in production once the full version has been completely tested. Most...

This is not an issue with draggable, it is issue with using "mouse move" (finger on touchscreens) for 2 things. I played with different options breaking a draggable div into...

Hi All, Hope this helps: I found method to allow having items inside a draggable container to retain scrolling on mobile and still allow for dragging. Check out https://jsfiddle.net/77e7ytwk/ to...

@karger This sounds like an interested way to handle 2 needs. I am working with understanding "duck punch" = "touch-punch". I think the focus here is not on touch-punch, it...

What about using jquery to trigger event on the widget? Mouse event may be issue as they happen after touch events

I think I misunderstood your original comment. It sounds like you have it working and are looking for new feature in touch-punch to simplify your code. If you have idea...