That's interesting, I was sure I'd tested in all major browsers...
Can reproduce. Will look into it right now.
:edit: Hmm... Browser bug? The error disappeared once I got page to the page...
Posted: March 14th, 2013, 03:12 PM
Okay, definitely a browser bug... In the post you mention, I have no problem. But Pete's first post in that topic gets the signature bug.
I disabled all CSS except for the flex, and it was still broken... Then I removed the first quote from his post (through Dragonfly), and it got fixed. Then I re-added it, and it was still working...
When something is so inconsistently broken, it's a flawed implementation.
Given how much time I spent on making it work in Firefox and Chrome, and given how Opera is doomed to be extinct in a couple of years (to my great disappointment), I don't see a reason to spend more time working on 'fixing' their own bugs.
So... I could remove Opera from the list of browsers that support flexbox (the can_flex variable), or add Opera-specific hacks to prevent it from using flexbox (i.e. @if can_flex && !opera), or just let it go.
What do you think, guys..?
Unless someone can find a reason for the bug... :-/