[wp-trac] Re: [WordPress Trac] #4169: Bring widgets into WordPress
core
WordPress Trac
wp-trac at lists.automattic.com
Thu May 10 07:17:01 GMT 2007
#4169: Bring widgets into WordPress core
-----------------------------+----------------------------------------------
Reporter: rob1n | Owner: rob1n
Type: task | Status: assigned
Priority: highest omg bbq | Milestone: 2.2
Component: General | Version:
Severity: blocker | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by ryan):
Someone wrote in with this report.
{{{
There is a bug in your widgets.php code. Around line 464 it says:
var left = $('shadow').offsetWidth - (el.offsetWidth + left);
I guess this should be:
var left = $('shadow').offsetWidth - (el.offsetWidth + right);
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4169#comment:68>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list