AlexanderParker / knobRot

Rotating knobs plugin for jQuery
http://www.domitable.com/static/side-projects/jquery-plugins/knobRot/demo.html
16 stars 3 forks source link

Cross Browser Testing #1

Open AlexanderParker opened 12 years ago

AlexanderParker commented 12 years ago

knobRot needs testing for cross-browser compatibility.

AlexanderParker commented 12 years ago

Opera doesn't support background-position-x and background-position-y properties

AlexanderParker commented 12 years ago

Firefox 11.0 - dragging causes weirdness.. When clicking, the entire page shifts down a few pixels. While dragging, sometimes the knob is "picked up" as if I were dragging an image from a page.

AlexanderParker commented 12 years ago

Fixed the screen jiggle and the selection issues which caused the cursor to 'pick up' the knobs sometimes.

However there is an issue where dragging stops updating the knob values once the cursor leaves the knob div area, however the dragging classes and flags are in effect until dragging stops normally, i.e. by mouse up event.

AlexanderParker commented 12 years ago

Firefox is not initialising the values correctly from the initial field value. It seems to be assigning values randomly.

AlexanderParker commented 12 years ago

Doesn't appear to run at all in IE (Unexpected call to method or property access. )