remove support for getStyle "clip"
Reported by dhtmlkitchen (at gmail) | March 18th, 2009 @ 05:58 PM
getComputedStyle for css "clip" values returns empty string in some versions of webkit, "auto" in some versions of Firefox, and "0px 0px 0px 0px".
Internet Explorer's currentStyle uses clipTop, clipRight, clipBottom, clipLeft.
The amount of code required to support getting clip is a lot.
Clipping effects can be achieved by using a div with overflow: hidden.
Comments and changes to this ticket
-

dhtmlkitchen (at gmail) July 24th, 2009 @ 08:36 PM
Remove support for animated clip in StyleTransition.js.
- StyleTransition.js - removed support for clip - StyleTransition-test.html. ignore "testClip" . change "testToString"- deleted examples/anim/clip.html
-

dhtmlkitchen (at gmail) August 7th, 2009 @ 10:16 PM
- Assigned user set to dhtmlkitchen (at gmail)
- State changed from new to resolved
style-f-test.html - Removed "testGetComputedClip"
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Minimal javascript library.