Page 1 of 1

Zoom causes problems

Posted: 25 Jul 2012, 21:57
by Icarium
I think this is new but anyway: If you just zoom in with Firefox in some board then at some point the topic list jumps to the right. Looks weird.

Posted: 03 Sep 2012, 21:59
by trax
You mean zoom in with the FireFox plugin?
If so. DONT USE IT. I get so many complaints from customers that my designs aren't lignin out nicely. I honestly don't get why they even implemented that feature.

Posted: 03 Sep 2012, 22:52
by Icarium
Because it's great? Zooming is just plain useful.

Posted: 03 Sep 2012, 23:41
by trax
For what?

Posted: 04 Sep 2012, 01:36
by Findecanor
Use Ctrl + instead of buggy software ... :roll:

Posted: 04 Sep 2012, 09:47
by Icarium
I use ctrl + mousewheel but it's the same thing.

Posted: 04 Sep 2012, 09:54
by Icarium
Here are two pictures illustrating the problem:
Want.
Want.
screen1.jpg (89.01 KiB) Viewed 3986 times
Do not Want.
Do not Want.
screen2.jpg (94.22 KiB) Viewed 3986 times
There is exactly one step of Firefox zoom between those two.

Posted: 04 Sep 2012, 10:24
by mintberryminuscrunch
strange, mine works just fine

Posted: 04 Sep 2012, 10:41
by Icarium
You have to be on a site that has a searchbox, like marketplace and zoom about 4 times from the default. At least that's what seems to screw it up for me. :)

Posted: 04 Sep 2012, 11:07
by mintberryminuscrunch
Icarium wrote:You have to be on a site that has a searchbox, like marketplace and zoom about 4 times from the default. At least that's what seems to screw it up for me. :)
works fine on my end,too.
:?

Posted: 04 Sep 2012, 11:23
by JBert
Also looks like a Firefox bug to me...

Posted: 04 Sep 2012, 11:30
by Icarium
I haven't looked at the source of the page so I have no idea.

Posted: 29 Sep 2012, 02:10
by Daniel Beardsmore
This should fix it:

Code: Select all

.forums-wrapper {
	clear: both;
}
It's a bad interaction with floats, which causes the topic list to left align relative to a float once the height of the float increases too much.