textarea.js do not support horizontal resize. so if browsers support native resize features, the textareas will look like broken.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jacine’s picture

Issue tags: +Front end

tagging.

TransitionKojo’s picture

Status: Needs review » Postponed (maintainer needs more info)
Issue tags: -Front end
FileSize
152.58 KB
150.41 KB
144.32 KB
177.25 KB

I've tested this in Chrome 13.0.782.107 and Safari n 5.1 (6534.50) on OS X 10.6.8 in D6 and D7. I couldn't reproduce the broken behavior in D7, only D6. Please post clear steps to reproduce the problem in D7.

Jacine’s picture

Status: Postponed (maintainer needs more info) » Needs review
Issue tags: +Front end

Tagging again.

@Transition, maybe try testing without the overlay? When you click and drag the little icon on the bottom right of the textarea to the right, it goes outside the bounds of where it should be. Basically, it should only be resized vertically. The problem is less visible in Seven, because the theme width is fluid and there are no sidebars, but if you look at Bartik or Garland you can see it easier.

droplet’s picture

Version: 8.x-dev » 7.x-dev
Status: Needs review » Active

D8 is fixed in other issues.

squares’s picture

Status: Active » Reviewed & tested by the community

We were able to replicate the issue by disabling overlay in D7.

The patch seemed to work out and corrected the undesirable behavior.

David_Rothstein’s picture

Status: Reviewed & tested by the community » Needs review

As written, this patch will prevent all textareas from being horizontally-resizable (even ones where textarea.js is not being applied, i.e. those with #resizable set to FALSE). Is that really what we want?

I would think we want to consider applying this to the .resizable-textarea selector instead, rather than .form-textarea-wrapper textarea...

David_Rothstein’s picture

Issue summary: View changes

grammar

vikashsoni’s picture

Issue summary: View changes
FileSize
35.29 KB
37.62 KB

i didn't reproduce this issue tested in mozalla and chrome for reference sharing screenshot ...