Forum bug !!!!
-
When I've posted at Web Development topic I find bug: when you posting string "onclick=..." this will be replaced to "removed=..." (to post "onclick=" I used "o" code: "o" - you can use this trick to correct this bug). Please fix this problem. In some topics people think, that it is bug in html code. Here is one of samples: Topic with bug Best regards, Alexey. -- modified at 6:59 Thursday 20th April, 2006
-
When I've posted at Web Development topic I find bug: when you posting string "onclick=..." this will be replaced to "removed=..." (to post "onclick=" I used "o" code: "o" - you can use this trick to correct this bug). Please fix this problem. In some topics people think, that it is bug in html code. Here is one of samples: Topic with bug Best regards, Alexey. -- modified at 6:59 Thursday 20th April, 2006
Script commands (especially ones that create security problems) are purposely removed from posts.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Script commands (especially ones that create security problems) are purposely removed from posts.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
Yeah, but the problem now is that you can't even say something like:
"You need to add
ondblclick="eatthis();"
to the button to prevent unfortunate accidents"without it being mangled to read:
"You need to add
ondblclick="eatthis();"
to the button to prevent unfortunate accidents"Could do with a bit of context. :sigh:
Now taking suggestions for the next release of CPhog...
-
Script commands (especially ones that create security problems) are purposely removed from posts.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
How about forum tag "code" or checkbox "Ignore HTML tags in this message". This elements are also useless in this situation. Can you replace the symbol "=" or any other symbol from problem string with "&#...;" construction in html. And finally, this forum replaces "<" and ">" to < and >, why you can't replace "=" to = ? Best regards, Alexey.
-
Yeah, but the problem now is that you can't even say something like:
"You need to add
ondblclick="eatthis();"
to the button to prevent unfortunate accidents"without it being mangled to read:
"You need to add
ondblclick="eatthis();"
to the button to prevent unfortunate accidents"Could do with a bit of context. :sigh:
Now taking suggestions for the next release of CPhog...
oh oh... I see now. Duh. :doh:
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
When I've posted at Web Development topic I find bug: when you posting string "onclick=..." this will be replaced to "removed=..." (to post "onclick=" I used "o" code: "o" - you can use this trick to correct this bug). Please fix this problem. In some topics people think, that it is bug in html code. Here is one of samples: Topic with bug Best regards, Alexey. -- modified at 6:59 Thursday 20th April, 2006
This is by design. You have to check the "Ignore HTML tags in this message" checkbox, otherwise the scripts think you are trying to post HTML/Script and strip out and modify the offending tags and attributes. I edited the message you pointed to and set the checkbox and it's displaying fine now. cheers, Chris Maunder
CodeProject.com : C++ MVP
-
This is by design. You have to check the "Ignore HTML tags in this message" checkbox, otherwise the scripts think you are trying to post HTML/Script and strip out and modify the offending tags and attributes. I edited the message you pointed to and set the checkbox and it's displaying fine now. cheers, Chris Maunder
CodeProject.com : C++ MVP