#15781 closed defect (bug) (fixed)
Javascript not operating on Plugin installation dialogue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
iframe_header()
and admin-header.php
contain different code, specifically, iframe_header()
doesnt include the global JS variables which other WordPress scripts expect, such as isRTL
The Plugin installation dialogue is not fliping between the tabs using javascript, which is resulting in the API request being made multiple times and the page reloading for each new tab.
In addition to the missing Javascript variables, not all Style and Script related actions are being fired.
Following commit fixes these issues.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [16881]) Include Javascript Global variables in iframe_header(); Add extra style/script actions which are missing from iframe_header() to bring it inline with admin-header.php. Fixes #15781