Google Code Exporter

Results 11117 issues of 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...

auto-migrated
Priority-Low
Type-CleanUp

``` 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...

auto-migrated
Type-Feature
Priority-Low
Security

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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)

auto-migrated
Type-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...

auto-migrated
Priority-Medium
Type-Defect

``` 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....

auto-migrated
Priority-Medium
Type-Defect

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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

auto-migrated
Priority-Medium
Type-Defect

``` 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...

Priority-Low
auto-migrated
Type-Defect

``` 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...

auto-migrated
Priority-Medium
Type-Defect