nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

Task names not showed in Opera 11.64 #91

Closed Itex closed 12 years ago

Itex commented 12 years ago

Task names not showed in Opera 11.64 Screenshot https://dl.dropbox.com/u/798122/bug.jpg

mlms13 commented 12 years ago

It looks like this is probably because Opera doesn't support any version of the CSS3 Flexible Box Model: http://caniuse.com/#search=flexbox

It wouldn't be a bad idea to work around this limitation by detecting support (maybe by using Modernizr?) for this and other CSS3 features. I'd enjoy taking a crack at this, but because the Nitro devs are in the middle of a massive rewrite, I'm going to wait for things to stabilize a bit before I work on any cross-browser compatibility issues.

consindo commented 12 years ago

Yup. It's because of the flexible box model. We have the same problem with internet explorer. This polyfill might work: https://github.com/doctyper/flexie but I haven't tried it yet.