This topic was marked solved by live627, on March 16th, 2013, 01:36 AM

Antes

  • Stuff?
  • Posts: 52
Little Problem on Topic View
« on February 28th, 2013, 03:05 AM »
Tested on IE10 (64Bit) and Firefox 20 Beta 1.
No problems detected on Opera 12.14 and IE10 Compatibility View Mode. Still not sure about this is a template bug or my cache error.

📎 Capture.PNG - 81.03 kB, 1216x573, viewed 203 times.


Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Little Problem on Topic View
« Reply #1, on February 28th, 2013, 03:07 AM »
This is related to the new flexbox code that's present. Oddly enough it works perfectly in Chrome - I've not seen a single bug today.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Little Problem on Topic View
« Reply #2, on February 28th, 2013, 07:24 AM »
Me neither. I tested my code in Firefox Aurora before committing. So I'm surprised. It may be a cache problem but I doubt it.

What device is this? PC or Tablet? Pc I suppose.


Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Little Problem on Topic View
« Reply #4, on February 28th, 2013, 01:55 PM »
IE10 is one of the rare browsers that gets the alternative @viewport code path right now, but it should have absolutely no effect on internal layout...
It also supports flexbox, but only the previous version, for which I have not written fallback support yet. (Maybe because I couldn't care less about fucking IE, whatever their version is..??!! They asked for it...)

Other than that... I'd say, same as John on the Firefox bug topic, but he's got SVN access and you haven't... Bugger :^^;:
Posted: February 28th, 2013, 11:56 AM

See Flexible box model topic for further details. Found the bug, working on fixing it...
Posted: February 28th, 2013, 01:23 PM

Fixed!
Posted: February 28th, 2013, 01:50 PM

Actually, probably not... (Back to square one?)
Although I know where the problem comes from, obviously.

Antes

  • Stuff?
  • Posts: 52

Re: Little Problem on Topic View
« Reply #6, on March 1st, 2013, 01:12 AM »
Indeed. IE10 in normal mode everything is oke again.
In compatability mode Avatar still moves to the right. Not important because you don't need it, but I just wanted to you know.

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Little Problem on Topic View
« Reply #7, on March 1st, 2013, 12:56 PM »
What is compatibility mode, already...?

If it breaks something when you enable 'compatibility', it's not exactly compatible... :lol:

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: Little Problem on Topic View
« Reply #8, on March 1st, 2013, 06:22 PM »
Quote from Nao on March 1st, 2013, 12:56 PM
What is compatibility mode, already...?

If it breaks something when you enable 'compatibility', it's not exactly compatible... :lol:
I think it switches to IE7/iE8 engine. I can be wrong though, but I don't think they have flexbox?
The way it's meant to be

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Little Problem on Topic View
« Reply #9, on March 1st, 2013, 07:12 PM »
Nope, they don't... Only IE10 does.
And if IE10 keeps giving a version 10 in the user agent, no wonder everything would break.

As for IE 7-8, I have to say, it's been quite a few weeks since I last launched an IE to test Wedge on it... So, seriously, I'd expect it to be broken there. Horribly broken. And you know what...? I don't care at all. I think the last IE bugs I fixed, some time ago, were like the final nail in the coffin for my interest in keeping compatibility with IE.
Not that I'll break IE on gold release, I'll work on it, I just won't have it in my regular debug/testing workflow... Only as a last-minute thing that gets patched out of pity.