Bug log: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens →Site Bugs: Noticed this bug while using Chrome's developing tools to find the ID of a certain ad so I could remove it... |
m Replace external links in archived page with Wayback Machine links |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Archived}} | |||
== FAQ == | == FAQ == | ||
Line 4: | Line 6: | ||
:This is a bug log designed to help admins pinpoint bugs, and easily recreate the reported bugs. This log will be user created, but only approved by the wiki staff. | :This is a bug log designed to help admins pinpoint bugs, and easily recreate the reported bugs. This log will be user created, but only approved by the wiki staff. | ||
;How do I report a bug? | ;How do I report a bug? | ||
:You may post about your bug on [http://www.roblox.com/Groups/group.aspx?gid=127081 this group]. Wiki writers often read the wall and your bug is likely to be noticed by one of them. | :You may post about your bug on [https://web.archive.org/web/20120203135906/http://www.roblox.com/Groups/group.aspx?gid=127081 this group]. Wiki writers often read the wall and your bug is likely to be noticed by one of them. | ||
;What can't I report? | ;What can't I report? | ||
:You may not report exploits, these should be sent to an admin. Sharing exploits will get you banned. | :You may not report exploits, these should be sent to an admin. Sharing exploits will get you banned. | ||
Line 12: | Line 14: | ||
:If you can state how to reproduce the bug in detail, the wiki staff can add graphic image to display the bug. | :If you can state how to reproduce the bug in detail, the wiki staff can add graphic image to display the bug. | ||
;I found a bug, but it is only reproducible on gametest and sitetest. Can I report it here? | ;I found a bug, but it is only reproducible on gametest and sitetest. Can I report it here? | ||
:No. Gametest bugs can be reported on the [http://www.roblox.com/Forum/ShowForum.aspx?ForumID=37 Game Test forum] and sitetest bugs can be reported on the [http://www.roblox.com/Forum/ShowForum.aspx?ForumID=36 Site Test forum]. This bug log is only for the current stable version of ROBLOX. | :No. Gametest bugs can be reported on the [https://web.archive.org/web/20120203135906/http://www.roblox.com/Forum/ShowForum.aspx?ForumID=37 Game Test forum] and sitetest bugs can be reported on the [https://web.archive.org/web/20120203135906/http://www.roblox.com/Forum/ShowForum.aspx?ForumID=36 Site Test forum]. This bug log is only for the current stable version of ROBLOX. | ||
;One of these bugs was corrected by the admins, what should I do? | ;One of these bugs was corrected by the admins, what should I do? | ||
:Tell the wiki writers on the [http://www.roblox.com/Groups/group.aspx?gid=127081 wiki group]'s wall so one of them can remove it from this list. | :Tell the wiki writers on the [https://web.archive.org/web/20120203135906/http://www.roblox.com/Groups/group.aspx?gid=127081 wiki group]'s wall so one of them can remove it from this list. | ||
;I am a wiki writer, how do I add a bug to the log? | ;I am a wiki writer, how do I add a bug to the log? | ||
:Use the {{tl|BugReport}} template and place your bug under the correct header. You can see the documentation of the {{tl|BugReport}} template on its own page. | :Use the {{tl|BugReport}} template and place your bug under the correct header. You can see the documentation of the {{tl|BugReport}} template on its own page. | ||
Line 50: | Line 52: | ||
{{code|lang=javascript|= | {{code|lang=javascript|= | ||
return confirm('Are you sure you'd like to leave this group?'); | return confirm('Are you sure you'd like to leave this group?'); | ||
}} | |||
It should instead be | |||
{{code|lang=javascript|= | |||
return confirm('Are you sure you\'d like to leave this group?'); | |||
}} | }} | ||
|image=[[File:LeaveButton.PNG|450px]] | |image=[[File:LeaveButton.PNG|450px]] | ||
Line 56: | Line 62: | ||
|name = User profile link in parental controls | |name = User profile link in parental controls | ||
|date=2012-02-24 | |date=2012-02-24 | ||
|description = In the [http://www.roblox.com/Parents/ControlPanel/Default.aspx parental controls], on the page to manage a specific user, there is an user profile link. That links points to the user profile, which was deleted, and therefore redirects to an error page. | |description = In the [https://web.archive.org/web/20120203135906/http://www.roblox.com/Parents/ControlPanel/Default.aspx parental controls], on the page to manage a specific user, there is an user profile link. That links points to the user profile, which was deleted, and therefore redirects to an error page. | ||
'''Solution:''' Removing the link from the list. | '''Solution:''' Removing the link from the list. | ||
|image=[[File:Parental Links.png]] | |image=[[File:Parental Links.png]] |
Latest revision as of 20:17, 15 April 2023
Archived Page This article has outdated information. It is now archived, only kept for historical purposes. Generally, outdated articles write about how to use or interact with the Roblox website. The services and features as written at the time have been changed or removed by Roblox Corporation. External links may be substituted with a Wayback Machine or Roblox Forum Archive link. |
FAQ
- What is this?
- This is a bug log designed to help admins pinpoint bugs, and easily recreate the reported bugs. This log will be user created, but only approved by the wiki staff.
- How do I report a bug?
- You may post about your bug on this group. Wiki writers often read the wall and your bug is likely to be noticed by one of them.
- What can't I report?
- You may not report exploits, these should be sent to an admin. Sharing exploits will get you banned.
- What if I cannot reproduce the bug?
- If the reported bug is not reproducible, then it is not a bug.
- What if the bug needs a visual representation?
- If you can state how to reproduce the bug in detail, the wiki staff can add graphic image to display the bug.
- I found a bug, but it is only reproducible on gametest and sitetest. Can I report it here?
- No. Gametest bugs can be reported on the Game Test forum and sitetest bugs can be reported on the Site Test forum. This bug log is only for the current stable version of ROBLOX.
- One of these bugs was corrected by the admins, what should I do?
- Tell the wiki writers on the wiki group's wall so one of them can remove it from this list.
- I am a wiki writer, how do I add a bug to the log?
- Use the {{BugReport}} template and place your bug under the correct header. You can see the documentation of the {{BugReport}} template on its own page.
Game Bugs
Reset Button Fudges Events
Reported: 2012-02-13
Scripts tend to revert
Reported: 2012-04-13