#4573 Autoexpanding textarea doesn't expand at the right rate in Firefox

v1.0.0
closed
nobody
42cc (432)
General
2015-08-20
2012-07-18
No

Our textareas that autoexpand (e.g. comment boxes) do not expand at the right rate in Firefox, so you can't see what you're typing when you're typing a lot. It works fine in Chrome.

We've evaluated autoexpanding javascript libraries in the past, and there are a lot of bad ones (inaccurate, performance problems, etc) so I don't want to change which library we are using. Rather, I think/hope that this can be fixed with something like changing how the CSS is applied. There is a possibility that this varies between the allura theme and the SourceForge theme.

Related

Tickets: #4255
Tickets: #4573

Discussion

<< < 1 2 (Page 2 of 2)
  • Dave Brondsema

    Dave Brondsema - 2012-09-05
    • status: code-review --> open
     
  • Igor Bondarenko - 2012-09-06

    Created #161:[#4573] Test autoexpanding textarea in Chrome, Safari and IE (1cp)

    • status: open --> in-progress
     

    Related

    Tickets: #4573

  • Igor Bondarenko - 2012-09-07

    Closed #161. We could not find a fix within an hour or so.

    • status: in-progress --> code-review
     
  • Igor Bondarenko - 2012-09-07

    This issue only occurs with jquery 1.8.0 due to a “bug” in jQuery 1.8 that returns “1” instead of “normal” for the CSS value of “line-height” when “line-height: normal” is set

    This issue doesn't occur with jquery 1.8.1, so updating jquery should help.

     
  • Kyle Adams - 2012-09-07

    We need jQuery 1.8.1 in sfpy to fix a bug in how onready is fired in IE, so +1 to upgrading. For the record, the bug that's bit us a couple times now is that the onready code fires early in IE. If it references functions or variables that are defined elsewhere in the page, they may not be loaded/defined yet.

     
  • Dave Brondsema

    Dave Brondsema - 2012-09-07
    • status: code-review --> closed
    • milestone: forge-backlog --> forge-sep-07
     
  • Dave Brondsema

    Dave Brondsema - 2012-09-07

    Thanks

     
<< < 1 2 (Page 2 of 2)

Log in to post a comment.