TextAreas in Firefox issue

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
breath
Posts: 1
Joined: July 24th, 2014, 10:58 am

TextAreas in Firefox issue

Post by breath »

Hello, friends!

I encountered a strange behavior of textArea placed into a div with css columns.

Code: Select all

-moz-column-count: 2;


This CSS rule do not work as I expect in Firefox but work well in Chrome. I would like to demonstrate this in my plunk http://plnkr.co/edit/lWQTt2MeRYNqIPbClrw8?p=preview

Could you suggest something to help solve this issue?
User avatar
DanRaisch
Moderator
Posts: 127233
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: TextAreas in Firefox issue

Post by DanRaisch »

Moving to Web Development.
User avatar
Frenzie
Posts: 2135
Joined: May 5th, 2004, 10:40 am
Location: Belgium
Contact:

Re: TextAreas in Firefox issue

Post by Frenzie »

I agree that intuitively Webkit/Blink seems to make more sense, but I haven't read the spec. Mostly I'd point out that the -moz- prefix (as well as the -webkit- prefix!) means it's not considered stable or finished.
Intelligent alien life does exist, otherwise they would have contacted us.
Post Reply