Click here to Skip to main content
15,880,972 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
AnswerRe: All messages and vote indicator from articles disappeared Pin
Matthew Dennis24-Feb-21 6:12
sysadminMatthew Dennis24-Feb-21 6:12 
GeneralRe: All messages and vote indicator from articles disappeared Pin
Wendelius24-Feb-21 16:14
mentorWendelius24-Feb-21 16:14 
AnswerRe: All messages and vote indicator from articles disappeared Pin
Jo_vb.net24-Feb-21 7:35
mvaJo_vb.net24-Feb-21 7:35 
BugArticles Are Wierded Out Pin
#realJSOP24-Feb-21 5:58
mve#realJSOP24-Feb-21 5:58 
GeneralRe: Articles Are Wierded Out Pin
Matthew Dennis24-Feb-21 6:17
sysadminMatthew Dennis24-Feb-21 6:17 
GeneralRe: Articles Are Wierded Out Pin
#realJSOP24-Feb-21 7:06
mve#realJSOP24-Feb-21 7:06 
GeneralRe: Articles Are Wierded Out Pin
Chris Maunder24-Feb-21 7:55
cofounderChris Maunder24-Feb-21 7:55 
Suggestionunexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
BillWoodruff24-Feb-21 0:18
professionalBillWoodruff24-Feb-21 0:18 
VS Version 16.8.6, Win 10, Chrome Version 88.0.4324.182 (Official Build) (64-bit)

I was working on a response to a QA question: [^], and I reached in my code closet and pulled out an old example using the WebBrowser:
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
    string url = @"https://www.codeproject.com";

    if (browserForm == null) throw new NullReferenceException();

    if (! browserForm.Visible) browserForm.Show();

    browserForm.TheWebBrowser.Navigate(url);

    linkLabel1.LinkVisited = true;}
This will trigger navigation to CP in the WebBrowser instance in a Form "owned" by the WinForm "main form." Several script errors will occur before a CP page, not the home page, is shown.

Perhaps this is not an error ? An artifact of CP security ?

cheers, Bill
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

GeneralRe: unexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
Richard Deeming24-Feb-21 0:33
mveRichard Deeming24-Feb-21 0:33 
GeneralRe: unexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
BillWoodruff24-Feb-21 3:28
professionalBillWoodruff24-Feb-21 3:28 
GeneralRe: unexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
Richard Deeming24-Feb-21 3:43
mveRichard Deeming24-Feb-21 3:43 
GeneralRe: unexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
BillWoodruff24-Feb-21 4:26
professionalBillWoodruff24-Feb-21 4:26 
GeneralRe: unexpected "script" error messages when using WebBrowser control in WinForms to navigate to CP sites Pin
Chris Maunder24-Feb-21 4:28
cofounderChris Maunder24-Feb-21 4:28 
BugMessages did a quantum leap Pin
Nelek23-Feb-21 11:50
protectorNelek23-Feb-21 11:50 
GeneralRe: Messages did a quantum leap Pin
Peter_in_278023-Feb-21 22:42
professionalPeter_in_278023-Feb-21 22:42 
GeneralRe: Messages did a quantum leap Pin
Nelek24-Feb-21 3:17
protectorNelek24-Feb-21 3:17 
SuggestionTime travel in the insider news... Pin
Nelek22-Feb-21 11:51
protectorNelek22-Feb-21 11:51 
GeneralRe: Time travel in the insider news... Pin
Kent Sharkey22-Feb-21 11:58
staffKent Sharkey22-Feb-21 11:58 
GeneralRe: Time travel in the insider news... Pin
Nelek23-Feb-21 11:42
protectorNelek23-Feb-21 11:42 
AnswerRe: Time travel in the insider news... Pin
Kent Sharkey23-Feb-21 11:52
staffKent Sharkey23-Feb-21 11:52 
GeneralRe: Time travel in the insider news... Pin
Chris Maunder23-Feb-21 10:40
cofounderChris Maunder23-Feb-21 10:40 
GeneralRe: Time travel in the insider news... Pin
Richard Deeming23-Feb-21 21:35
mveRichard Deeming23-Feb-21 21:35 
SuggestionNot receiving mail notifications Pin
Amarnath S19-Feb-21 18:54
professionalAmarnath S19-Feb-21 18:54 
GeneralRe: Not receiving mail notifications Pin
Wendelius19-Feb-21 21:06
mentorWendelius19-Feb-21 21:06 
GeneralRe: Not receiving mail notifications Pin
Amarnath S19-Feb-21 23:53
professionalAmarnath S19-Feb-21 23:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.