Fix opacity and overflow matching in setStyle
Reported by Joe Gornick | September 18th, 2010 @ 01:48 PM | in Iteration 3
When setting opacity or overflow properties with a string in
setStyle, we are assuming the user is going to specify
opacity: 1
or overflow: hidden
. However,
what happens when the user is a little more verbose and specifies
opacity : 1
or overflow : hidden
?
We will need to match using a regular expression here.
Comments and changes to this ticket
-
Joe Gornick October 4th, 2010 @ 11:57 PM
- State changed from new to patched
- Assigned user changed from Joe Gornick to John-David Dalton
-
Joe Gornick March 22nd, 2011 @ 09:38 PM
- Milestone set to Iteration 2
- Milestone order changed from 3 to 0
-
Joe Gornick March 22nd, 2011 @ 09:41 PM
- Milestone changed from Iteration 2 to Iteration 3
- Milestone order changed from 17 to 0
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 ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.