[wp-trac] Re: [WordPress Trac] #4272: Widgets Not Dragable
WordPress Trac
wp-trac at lists.automattic.com
Fri May 18 10:19:26 GMT 2007
#4272: Widgets Not Dragable
----------------------------+-----------------------------------------------
Reporter: JDTrower | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.2.1
Component: Administration | Version: 2.2
Severity: major | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by JDTrower):
There has been a thread started in the Wordpress forum by another person
having this same issue. http://wordpress.org/support/topic/118216
I ran the error console and firebug in Firefox 2.0.3 and they show the
same three errors.
On line 282 '''Event.observe is not a function'''
Event.observe(window, 'resize', resetPaletteHeight);
On line 375 '''Sortable is not defined'''
Sortable.create("palette", {
On line 192 '''$ is not defined'''
cols.map(function(o) {var c = $(o).childNodes.length; if ( c > max ) max =
c;} );
I only copied the code from the line mentioned.
--
Ticket URL: <http://trac.wordpress.org/ticket/4272#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list