Optimize and enhance Element#getStyle
Reported by Joe Gornick | February 9th, 2009 @ 12:06 AM | in Iteration 3
Comments and changes to this ticket
-
Joe Gornick April 1st, 2009 @ 12:47 AM
- Assigned user changed from Joe Gornick to John-David Dalton
-
John-David Dalton July 3rd, 2009 @ 05:46 PM
- Milestone cleared.
-
Joe Gornick August 29th, 2009 @ 01:30 AM
- Milestone cleared.
I'm all about the shorthand table (Line 31 && Line 288).
This would allow us to do something like
element.getStyle('margin') //-> { top: 5, right: 5, bottom: 5, left: 5 }
-
Joe Gornick October 7th, 2009 @ 01:39 AM
- Milestone cleared.
- Assigned user changed from John-David Dalton to Joe Gornick
-
Joe Gornick October 20th, 2009 @ 11:39 AM
So, most of the optimizations have been made except the shorthand table additions.
I will be adding that in and then closing out the ticket.
-
Joe Gornick October 21st, 2009 @ 03:10 AM
- Assigned user changed from Joe Gornick to John-David Dalton
- State changed from new to patched
My commit for the shorthand additions are located here: https://github.com/jgornick/fusejs/commit/15e053a2bf45801d1b3a53175...
-
John-David Dalton September 13th, 2010 @ 12:33 AM
- Milestone cleared.
- Milestone order changed from 0 to 0
-
Joe Gornick March 22nd, 2011 @ 09:29 PM
- Milestone set to Iteration 3
- Milestone order changed from 7 to 0
Let's get this in there PLEASE.
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.