Mattias Svensson

less info
441 reputation
322
bio website
location Sweden
age 30
visits member for 1 year, 8 months
seen May 16 at 15:01
stats profile views 78

21h
awarded  Popular Question
May
13
comment Log in with email in symfony2 fosUserBundle
Ah you're saying that the email signin functionality is not part of 1.x but 2.x? In that case I can wait a bit. Also I am using sym2 2.016 so I don't have a composer in my app, still on the deps system. Looking to upgrade soon though.
May
13
accepted text flow and css3 zoom property
May
13
asked Log in with email in symfony2 fosUserBundle
May
11
comment text flow and css3 zoom property
I just learned from stackoverflow.com/questions/10665541/… (and positively confirmed on my code) that this line-height issue between chrome and firefox only applies for font sizes about 10px and below, and only on some fonts, not all. Still.. =)
May
11
comment text flow and css3 zoom property
Hmm... if I set line-height to a pixel value it looks the exact same... so the two browsers calculate line-height sizes expressed in EM differently... interesting. Well, that will be a bit of a hassle for me but doable =)
May
11
comment text flow and css3 zoom property
Now it works perfectly in chrome. The same object looks very different though in chrome and firefox =( line breaks are in the exact same places, but it appears that either the letter height or line space is different (in spite of line-height being fixed at 1.5em)...
May
10
asked symfony2 validate a form value using another form value
May
10
accepted symfony2 fos user form labels
May
10
accepted how to have symfony2 formbuilder check in DB as part of validation
May
9
asked symfony2 doctrine.dbal.connection_factory with ssl?
May
9
answered Multiple, dynamic database connections in Symfony2
May
9
accepted symfony2 twig referencing base widget
May
8
awarded  Notable Question
May
8
accepted can I ftp-upload a file from my web page?
May
8
answered can I ftp-upload a file from my web page?
May
8
comment symfony2 twig referencing base widget
Indeed so it is, the templates look different in my version, sorry about that, I should have checked that first, or made clear from the beginning which version I use.
May
8
answered symfony2 twig referencing base widget
May
7
comment text flow and css3 zoom property
Ok, are you saying to skip zoom all together or do I still need that for the zoom effect in internet Explorer? If so, how will i tell the browser to use the rule that works with IT and for example not have chrome go on zoom which is there for explorer... Hope you understood the question, got a little messy there :-)
May
7
comment symfony2 twig referencing base widget
That's what I thought too, but adding only the choice_widget_expanded as in your code (like I did in my first attempt too) nothing changed, I had to add the parent one for it to take effect. Could it perhaps be that I am using an older version (2.0.16)?