Closed (fixed)
Project:
Drupal core
Version:
5.22
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 02:00 UTC
Updated:
17 Jun 2010 at 02:10 UTC
I think it only affect local display of a Drupal site.
To reproduce:
1) Go to a drupal site
2) replace the url with javascript:alert($('h2').append(' your text here '));
3) Alert says 'object Object'
4) The 'your text' gets appended to h2 tags locally.
Maybe it's a Firefox bug? well I tried with some other CMS and not work...
Comments
Comment #1
nevets commentedNot a bug, its a feature of having a javascript, you can use javascript to change the page.