Jonathan Goldford

Results 6 comments of Jonathan Goldford

It looks like there are two issues here. 1) Firefox doesn't recognize 'box-sizing'. It only recognizes '-moz-box-sizing' so we have to check for that separately. 2) jQuery doesn't render outerWidth()...

I'm still a little confused why we can't set the textarea and pre to the width on load instead of setting the container. Would you mind explaining that a little...

What about asking the user to set the width on .expandingText to match what they want the textarea to be no matter if they use fixed pixels or not? Then...

I completely understand the desire to keep the plugin as easy to use as possible. I'm wondering if asking them to do it only when using percentages in widths is...

I tested the updated commit in Chrome, IE9 and Firefox and it looks like it doesn't work in IE9 or Firefox (at least in the index.html examples). For IE9 the...

The static width probably won't work now in any browser because the pre is still stretching to 100%. You may want to add .exampleStaticWidth .textareaClone to width: 400px.