Skip to content
TORNLIFE More

Formatting bugs

Started by deft [979003] on in Bugs & Issues.

38 replies · 720 views · thread synced · 3 days ago · View on torn.com

Posts archived: 39 / 39 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

svyat770 [2114355] Tester
Hm... Very interesting. You make a change among Windows native screen settings, did you?

Just to clarify, it means you've used your PC with a non-recommended resolution before, right?

Looking forward to your response.
CloudJumper [1636201]Staff
This person had their screen resolution set to 1518 x 853, and they were facing an issue with the zoom set to 90% and even on 100%. They were able to view it properly when set to 125% zoom.

The issue resolved for them after they set the resolution to 1366 x 768 and zoom to 100%. I don't think they have tested it out at 90% zoom and 1366 x 768 resolution.

[background color=#f2f2f2]Edit: This was their report in case you want to read.[/background]



I am still able to replicate the problem at 1366 x 768 resolution @ 90% zoom.

Just to add to the existing broken pages, the faction's Controls page > Give to user also breaks when at 90% zoom, the name gets hidden behind "All" tab and can't be selected anymore, it is only visible when I set the zoom back at 100%. I have captured it in a gif below:

[image: i.imgur.com]

This comes from this report, the player has a display resolution of 1518 x x853 and the issue existed even for 100% zoom ration in Chrome.

Mentions: Bookies not accepting bets. · Im not able to give myself my own money in faction

svyat770 [2114355] Tester
Perhaps you didn't understand me correctly. I meant, that (on Windows for example) you can set a different resolution rather than your screen is capable to serve in fact.

Look at this please: https://websetnet.net/wp-content/uploads/2018/07/cannot-change-screen-resolution-in-Windows-10-pic01_thumb.png

So if you set custom parameters (something instead of recommended ones like on the screen above) you can expect layout glitches then.
CloudJumper [1636201]Staff
I understand that, but I was able to replicate the issue on my standard 1366 x 768 resolution screen at 90% browser zoom. I didn't have to play around with resolution to replicate it.

Although I understand that it's impossible to test the layout on all possible resolution combinations (there can be thousands of them), but the standard resolution with zoom ratios varying from 75% to 125% should still appear normal, in my opinion.
deft [979003]
Hi nikitad, thanks for checking up on this.

Yes, the game still needs to be at 100% zoom for it to display correctly on current version of Chrome, the same as before. I've grown accustomed to playing at 100% instead of 90% and I don't want to use an older version of Chrome due to security risks and lack of updates.

100%: https://gyazo.com/123f7d00cd809006878b0fe491364a62
90%: https://gyazo.com/69e4330b9e7ed4535f63ff234f829156
GreekPoser [2527893]
I have been send to this report from my bug. May as well post it here

Hello, today suddenly the forum started looking like the picture below. The content and subareas of the forum becomes unavailable
Additionally, part of the search bar and icons at the top shifts down.

Browser: Firefox 104.0.2 (64-bit). Picture using firefox troubleshoot (no extensions/themes)
Details: The problem occurs when using zoom. Any zoom above 100% (like show on the pic) will create the issue. Using default zoom (100%) or lower won't be an issue.
I use the site at 120% because it looks too small for me, text is hard to read (and the browser default text size won't change the forum and chat text side)

I know the problem may be niche (idk how many zoom the page on PC), but is the only way I found to make it readable so far.

Update: it seems the stock abroad is also unavailable on zoom
[image: i.ibb.co]

Mentions: Forum content invisible on zoom

GreekPoser [2527893]
I made my own bad solution after finding some of the problems with the webpage
[image: i.postimg.cc]Now the forum is visible, advanced search is inline with the rest of the header. The forum search box is kinda off, but functional.

The problems I found were mainly two:
  • The page container doesn't expand to fit the content inside: In my case, the .container didn't go beyond 976px, so when text for example increases in side, the page doesn't
  • When content overflows, it gets hidden: overflow:hidden in the page wrappers made it so when I zoom the webpage, the content just disappears
My solution was using the extension stylus and modify the page so things just work. The code is below. Note that zooming breaks a lot of things, as show in the post before, this is just for making the container wider and the forum section.
/* general page changes */
.d .header .container {
/* expand header container. Previously 976 */
width: 1276px;
}
.d .container {
/* expand 'body' container. Previously 976*/
width: 1276px;
}
/* faction page changes */
div.organize-wrap div.crimes-cont.cont-gray.bottom-round{
overflow: visible;
}
div.faction-crimes-wrap div.crimes-cont.cont-gray.bottom-round {
overflow: visible;
}
/* forum changes */
.d .forums-main-wrap .forum-wrap .forum-list {
/* makes forum content visible */
overflow: visible;
}
.d .content-wrapper,
.d .content-wrapper.logged-out-sidebar {

width: 984px;
}
.forums-thread-wrap {
/*revert forum thread size */
width: 784px;
}
.d .forums-committee .threads-list {
overflow: visible;
}
nikitad [2147691] Tester

Hello
We walked through the Torn pages and fixed found zoom level issues (75%-150% zoom scale)
We have zoom level 75%-150% support for all pages
Marking the issue as 'fixed'
Please report a new thread if some zoom level issue will be appeared
Thanks