#1024: [Bug]: Console Errors and Debug Information Displayed on Contest Page Load and Scroll
Issue #1024 by harmeetsingh11
[Bug]: Console Errors and Debug Information Displayed on Contest Page Load and Scroll
Contact Details
No response
What happened?
When the contest page is loaded and scrolled, there are various errors, objects, and other debug information displayed in the browser console. This is a bug that needs to be fixed as exposing such information in production code is not advisable.
Steps to Reproduce:
1. Navigate to the contest page.
2. Open the browser console (usually accessible via F12 or right-click > Inspect > Console).
3. Scroll through the contest page.
4. Observe the errors and debug information appearing in the console.
Expected Behavior:
No errors or debug information should be displayed in the browser console during the loading and scrolling of the contest page.
Actual Behavior:
Errors and debug information are displayed in the browser console when the contest page is loaded and scrolled.
Screenshots:
!Screenshot 2024-06-09 221637
Possible Solution:
- Ensure that all debug information and error logs are removed or handled appropriately in the production environment.
- Implement proper error handling to avoid exposing sensitive information.
What browsers are you seeing the problem on?
Others
Relevant log output
No response
Are you interested in contributing?
- [X] I'd like to work on this issue
Code of Conduct
- [X] I have used the search function to check if an issue already exists
- [X] I agree to follow this project's Code of Conduct
Which program are you contributing in?
ssoc'24
0 Replies