Google Code Exporter
Google Code Exporter
``` Right now callbacks in WACallbackRegistry is a Dictionary although we have only Integer keys which start at 1. Replacing this with an OrderedCollection would give us faster access and...
``` Certain headers like X-Forwarded-For are only valid if we're behind a reverse proxy. It would nice if we had a way of finding out whether we are behind a...
JQueryUI
``` JQueryUI seems to break the script. No exceptions but an image is simply not rotated when calling the script. ``` Original issue reported on code.google.com by `[email protected]` on 24...
``` ggggggggg ``` Original issue reported on code.google.com by `[email protected]` on 7 Nov 2014 at 1:07 Attachments: - [jQueryRotateExample.html.patch](https://storage.googleapis.com/google-code-attachments/jqueryrotate/issue-112/comment-0/jQueryRotateExample.html.patch)
``` line 14 in the 'jQueryRotate.js', The following code is not useful, supportedCSSOrigin's value hasn't changed code: if (supportedCSSOrigin[0] == "T") supportedCSSOrigin[0] = "t"; ``` Original issue reported on code.google.com...
``` What steps will reproduce the problem? 1. $('#someImg').rotate({angle:0, center: ['50%', '50%']}) What is the expected output? What do you see instead? The image should be centered at 50% width....
``` What steps will reproduce the problem? 1.Create a UI Dialog 2.Insert an image with JQueryRotate scripts included 3.Image does not rotate What is the expected output? What do you...
``` It will be nice if this was listed in bower ;) ``` Original issue reported on code.google.com by `[email protected]` on 6 Feb 2014 at 12:09
``` When I try to call "rotate" function like: My script (abstract) $("p.angle_rotation").click(function() { $("#img").rotate({ angle: $(this).attr('data-degree'), }); }); My HTML (abstract) 0° 90° 180° 270° Nothing happens... It seems...
``` What steps will reproduce the problem? 1. Right-Click any image on a webpage 2. Choose 'Open image in new tab' What is the expected output? What do you see...