Posting - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Posting (/Thread-Posting) |
Posting - gaystan - 11-23-2022 Hi everybody : What causes "garbage" to be shown under my post ? garystan document.oncontextmenu = null; document.body.onpaste = null; document.body.onselectstart = null; document.onselectstart = null; document.ondragstart = null; document.body.oncut = null; document.onmousedown = null; document.body.oncontextmenu = null; document.body.oncopy = null; document.body.ondragstart = null; document.body.onmousedown = null; RE: Posting - rich2005 - 11-23-2022 (11-23-2022, 05:47 PM)gaystan Wrote: Hi everybody : I do not know the exact cause, you will have investigate yourself. How are you posting ? Are you composing the post in a text editor or some other sort of editor, then copy paste into the forum ? Looking at your user profile you set, you do not use a signature there, so is your 'garystan' signature pasted into the forum. Try replying to this by only typing into the forum Quick Reply screen and leave out the 'garystan' sig RE: Posting - Tas_mania - 11-23-2022 I found if you include a quote and try to cut some of it or shorten it then you get the html rubbish. RE: Posting - sallyanne - 11-24-2022 Not java script? Maybe when you make a post use the editor provided here and dont use what you may know can bold words etc. Any extra html may be the cause. RE: Posting - grits - 12-26-2022 I was having this issue in October. It was different text though. It was when I was using my pc. I'm on my android phone now. I will check with pc next. Now I am on my Windows 11 pc. I am using the Brave browser. Here is a link to the October thread: https://www.gimp-forum.net/Thread-Pasting-text-or-a-link-in-a-reply I will preview, then post. I am not using a signature and smilies are enabled. If any extra text appears it will be below this line. TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chinese Traditional Indonesian Slovak Czech Italian Slovenian Danish Japanese Spanish Dutch Klingon Swedish English Korean Thai Estonian Latvian Turkish Finnish Lithuanian Ukrainian French Malay Urdu German Maltese Vietnamese Greek Norwegian Welsh Haitian Creole Persian var LanguageMenu; var LanguageMenu_keys=["ar","bg","ca","zh-CHS","zh-CHT","cs","da","nl","en","et","fi","fr","de","el","ht","he","hi","mww","hu","id","it","ja","tlh","ko","lv","lt","ms","mt","no","fa","pl","pt","ro","ru","sk","sl","es","sv","th","tr","uk","ur","vi","cy"]; var LanguageMenu_values=["Arabic","Bulgarian","Catalan","Chinese Simplified","Chinese Traditional","Czech","Danish","Dutch","English","Estonian","Finnish","French","German","Greek","Haitian Creole","Hebrew","Hindi","Hmong Daw","Hungarian","Indonesian","Italian","Japanese","Klingon","Korean","Latvian","Lithuanian","Malay","Maltese","Norwegian","Persian","Polish","Portuguese","Romanian","Russian","Slovak","Slovenian","Spanish","Swedish","Thai","Turkish","Ukrainian","Urdu","Vietnamese","Welsh"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup'; [/url] [url=javascript:Microsoft.Translator.FloaterShowSharePanel()] TRANSLATE with COPY THE URL BELOW Back EMBED THE SNIPPET BELOW IN YOUR SITE Enable collaborative features and customize widget: Bing Webmaster Portal Back var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "<span id='OriginalTextSpan'>ORIGINAL: </span><span id='OriginalLanguageSpan'></span>"; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1); RE: Posting - Ofnuts - 12-26-2022 What happens if, instead of pasting directly n your browser, you paste into some text editor (the simpler, the better, so Notepad or Notepad++)? |