[wp-trac] [WordPress Trac] #27858: Bug HTML onmouseover and onmouseout
WordPress Trac
noreply at wordpress.org
Thu Apr 17 11:40:38 UTC 2014
#27858: Bug HTML onmouseover and onmouseout
--------------------------+-----------------------------
Reporter: TTBoS | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.9
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Wordpress 3.9 removes the html onmouseover and onmouseout with articles
and news.
When I enter the code in the text box after the change in the visual some
parts of code are Change by WP.
For example,
{{{
<img onmouseover="this.src='poradnik-do-diablo-iii-on.jpg';"
onmouseout="this.src='poradnik-do-diablo-iii-off.jpg';" src="poradnik-do-
diablo-iii-off.jpg" alt="/diablo 3/" height="79" width="241"></a>
}}}
WP turns on:
{{{
<img src="poradnik-do-diablo-iii-off.jpg" alt="/diablo 3/" width="241"
height="79" />
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27858>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list