[wp-trac] [WordPress Trac] #10021: Unresponsive script errors on widgets screen
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 19 11:38:54 UTC 2009
#10021: Unresponsive script errors on widgets screen
-------------------------------------+--------------------------------------
Reporter: Denis-de-Bernardy | Owner: azaozz
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.9
Component: JavaScript | Version: 2.8
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment(by Denis-de-Bernardy):
Sorry for not having followed this much lately. I spotted an issue in my
original code.
basically, not all admin screens (in plugins) use:
{{{
<form>
<div class="wrap">
<h2>...
}}}
some use this instead:
{{{
<div class="wrap">
<form>
<h2>...
}}}
I'm attaching the needed patch to what was committed.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10021#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list