Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: Antes on February 28th, 2013, 03:05 AM

Title: Little Problem on Topic View
Post by: Antes 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.
Title: Re: Little Problem on Topic View
Post by: Arantor 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.
Title: Re: Little Problem on Topic View
Post by: Nao 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.
Title: Re: Little Problem on Topic View
Post by: Johnny54 on February 28th, 2013, 11:37 AM
Very strange looks in IE10 in Win8 64bit in all themes. Both in normal and compatability mode.
Cleaning internet cache did't help.
Have a look on the pictures.
Title: Re: Little Problem on Topic View
Post by: Nao 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.
Title: Re: Little Problem on Topic View
Post by: Antes on February 28th, 2013, 11:09 PM
Looking fine for me on IE10 Normal mode
Title: Re: Little Problem on Topic View
Post by: Johnny54 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.
Title: Re: Little Problem on Topic View
Post by: 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:
Title: Re: Little Problem on Topic View
Post by: Dragooon 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?
Title: Re: Little Problem on Topic View
Post by: Nao 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.