Wiki Help

Revision Difference

Bugs_And_Requests#527099

<cat>editing</cat> <title>Bugs And Requests</title> # Info This page is used to report bugs and make requests. Use it as discussion on MediaWiki-like wikis, separate your thread with `*newline*---*newline*`. Always sign your replies with your Facepunch nickname. Also include your Operating System name and Web Browser if you are reporting a bug to ensure it does not go overlooked! ``` Nick: > Text ``` --- --- ## Request: Create a dedicated requests / bugs system Repaler: > A dedicated requests / bugs system (similar to that on github) would allow the raiser of the issue to be notified when it has been fixed, and will allow you at Facepunch to delegate people to deal with the raised issue and communicate with the original poster, as well as highlight any existing posts that have been created to stop people from posting the same issue over-and-over. Also, it will stop keyboard warriors from getting the markup wrong and messing it up. --- ## Bug: Certain user accounts don't have proper wiki profile pages Repaler: > Certain user accounts, such as [mine](https://wiki.facepunch.com/wiki/~user:485606), are missing their profile pages (it is not only me either, going through some of the user accounts on the recent changes page in the gmod wiki highlight this too)... therefore I cannot use the View Profile button on the right, nor the Your Changes section on either. --- ## Request: Add back in TAB to search Repaler: > Upon moving forums, the press Tab to search in the chrome browser hasn't been implemented. --- ## Bug: <appendedenums> wasn't implemented Spar: > `<appendedenums>` exists on [this page](https://wiki.facepunch.com/gmod/Enums/BUTTON_CODE) but still confuses new devs because enums aren't actually appended. --- ## Request: Make realm icons have a tooltip with the realm it represent and the link to the realms page Spar: > [Realms page](https://wiki.facepunch.com/gmod/States). New devs don't know what these icons near each function are because wiki doesn't give hints. --- ## Bug: <bug> "issue" parameter wasn't implemented Spar: > Bugs imported from the previous wiki had a link to the issue from the Github. This is useful to find information about how this bug is reproducible and does it have a fix or walkaround. --- ## Request: Make ability to create PageList depending on the content of the page Spar: > Some pages should be mentioned on specific page but they currently you can't create a list of all pages depending on the content of the page. --- ## Request: Add global search Spar: > Make search as separate page or add ability to search by the content in the search field on the left side. --- ## Request: Make if search has one result you can go to this page by hitting enter Spar: > If you search for a page and you typed exactly its name you still have to move your mouse and click the page to open it. Make it open by hitting enter. --- ## Request: Make Random page button Spar: > Random page is useful to test your knowledge or find new stuff. Suggested icons: `mdi-dice-5-outline` or `mdi-dice-multiple-outline`. --- ## Bug: <code> misses lots of Lua syntax Spar: > `<code>` tag doesn't highlight `...`, `not`, `or`, `[`, `]`, `{`, `}`, `||`, `&&`, `*`, `/`, `^`, `%`, `#` and numbers. --- ## Bug: Underscore (_) in titles doesn't work properly on GMod's wiki Rubat: > Example page: https://wiki.facepunch.com/gmod/Custom_Entity_Inputs_And_Outputs > Page titles are entity classnames, they do not display the _ characters properly in them, this is due to the font used - Heebo > Tested on Chrome --- ## Bug: Navigating back (browser back) to editor will not update the syntax highlighting Rubat: > Essentially title. The text area will contain the saved text changes, but the syntax highlighter will contain the page's unedited text instead. > Tested on Chrome --- ## Bug: Re-sizing the window can make text in page editor 'ghost' Repaler: > When resizing my Chrome window, the text will stack on top of each other like so: <upload src="768e6/8d7fa620bfa3245.png" size="44189" name="image.png" /> > It seems to be fine when I use the shortcut: Win + Left arrow, but when re-sizing it using a mouse and/or snapping it to an edge it will ghost as seen in the picture. --- ## Bug: Ctrl+clicking does not open page in new tab Repaler: > Ctrl + Click does not work on Chrome or Edge on Windows - therefore I cannot open a link in a new tab. If it's any consolation it does work on Internet Explorer (not that much else does though)... > I assume it is because you have a custom system that overrides the clicking of links and just changes the content of the current page rather than following through, if so could you add a check for the ctrl key please :) --- ## Request: Allow us to make categories TomatoSoup: > Either permit us to make Categories manually or upgrade the wiki so that we can put one page under multiple cateogires, so we can get pages like [Predicted Hooks](https://wiki.facepunch.com/gmod/Predicted_Hooks) back. --- ## Bug: image tag not using https on file names JustPlayer: > `<image>` is not using https when src is something like `vgui.list.DAlphaBar.png` which will cause loading issues if the site is loaded over https. (Example: [VGUI Element List)](https://wiki.facepunch.com/gmod/VGUI_Element_List) [Derma Skin Creation](https://wiki.facepunch.com/gmod/Derma_Skin_Creation) and other wiki sites where the image element is only using the file name) > So you can see the images on the Elements List i changed the short URI to the long version with https so it can load correctly. (Can be reverted if needed) > Im using `Opera 68.0.3618.125` on Windows 10. ---