Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9832 closed defect (bug) (fixed)

Plugin Installer; JS tab swtching not working

Reported by: dd32's profile dd32 Owned by: dd32's profile DD32
Milestone: 2.8 Priority: normal
Severity: normal Version: 2.8
Component: Upgrade/Install Keywords: has-patch
Focuses: Cc:

Description

The iframe helper used by the Plugin Information dialogue doesnt fire the admin footer hooks, As a result, If compressed JS is in use, they're not loaded.

This has the effect of preventing the JS-changing of the tabs from working.

See attached patch.

Attachments (1)

9832.diff (905 bytes) - added by dd32 15 years ago.

Download all attachments as: .zip

Change History (4)

@dd32
15 years ago

#1 @azaozz
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11366]) Add footer actions to iframe footer, props DD32, fixes #9832

#2 @azaozz
15 years ago

Usually $hook_suffix is not set in the iframe. Can probably be replaced by a generic string so plugins can enqueue scripts only there, but preferably scripts and styles should be enqueued just before calling iframe_header().

#3 @dd32
15 years ago

thanks for cleaning up the patch azaozz :)

Note: See TracTickets for help on using tickets.