Bug one
So this bug is for the style tag(<style>
) in html.
So if you dont know what the style tag is for, its for styling a page with css.
The way you reproduce the bug is creating a new post and having the contense be
<html>
<head>
<style>
h1 {
color: green;
}
</style>
</head>
<body>
<h1>Test</h1>
</body>
</html>
So what should show up is this:
But it shows up like this:
Test
Bug Two
This bug is for javascript.
How to reproduce the bug: create a new thread and put in
<html>
<body>
<button onclick="f()">Alert box</button>
<script>
function f() {
alert("I am an alert box!");
}
</script>
</body>
</html>
What should show up is this:
When pressed:
(depends on your web browser on what the alert box looks like)
What shows up:
Alert box
Bug Three
This bug is for the faq section, For the section Our Admins it shows pigmatt who is a sr mod at the time of posting, Gigabyte as a moderator who is a dev, Materializing as a Mod who is a admin, and so on.
Bug Four
randomly found this one, could be going crazy but i went to it with 3 different web browsers. So this page(Comet_tango's Introduction) doesnt have the little blue scrolly thing