Pre 3.4.3 upgrade question

JoeS joesab2005 at gmail.com
Sun Nov 15 17:09:35 UTC 2009


I use a bookmarklet to copy bug data into bbs format for a forum.
Just wondering if it will have to be modified for 3.4.3
Here's the code:
javascript:(function()%20{%20var%20title%20=%20document.title;%20function%20htmlEscape(s){return%20s;};%20var%20OS=document.getElementById(%22op_sys%22).value.substring(0,3)%20;var%20PR=document.getElementById(%22product%22).value%20;var%20comp=document.getElementById(%22component%22).value;if(comp==%22XSLT%22||comp==%22MathML%22||%20comp==%22XForms%22||comp==%22SVG%22||comp==%22Layout:%20Canvas%22||comp==%22Editor%22||comp==%22Build%20Config%22)%20PR=PR+%22:%22+comp;textToCopy=%22[*][url=%22%20+%20location.href%20+%20%22]#%20%22%20+%20/\d+/(title)[0]%20+%20%22[/url]%20[%22%20+%20PR%20+%22]%20-%20%22+htmlEscape(/%E2%80%93.*/(title)[0].slice(2))%20+%22%20[%22+OS%20+%22]%22+%20%22%22;document.write(%22<form%20name=f>%20<textarea%20name=ta%20cols=120%20rows=5></textarea></form>%22);%20document.close();%20document.f.ta.value%20=%20textToCopy;%20document.f.ta.select();%20})()

If someone could look through that could see if there are problems for the new version, that would be much appreciated.

-- 
JoeS
_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla



More information about the developers mailing list