Page MenuHomePhabricator

The textarea should not horizontal resizeable
Closed, DuplicatePublic

Description

The textarea in the WikiEditor is only vertical resizeable. The textarea in the CodeEditor with disabled code highlighting is vertical and horizontal resizeable. The horizontal resize is not necessary and annoying.

CodeEditor-resize-horizontal.png (238×178 px, 2 KB)

WikiEditor defines in the file modules/ext.wikiEditor.toolbar.styles.less

#wpTextbox1 {
	line-height: 1.5em;
	resize: vertical;
}

This file is in module ext.wikiEditor.toolbar.styles. In WikiEditor loads this module, CodeEditor not.

Is the CSS definition in the right file?
How should the module get loaded?

Event Timeline

Fomafix raised the priority of this task from to Needs Triage.
Fomafix updated the task description. (Show Details)
Fomafix added a project: CodeEditor.
Fomafix subscribed.
Fomafix renamed this task from The textarea to The textarea should not horizontal resizeable.Jun 17 2015, 5:02 AM
Fomafix set Security to None.

Change 218820 had a related patch set uploaded (by Gerrit Patch Uploader):
Load module 'ext.wikiEditor.toolbar.styles'

https://gerrit.wikimedia.org/r/218820

Change 218820 merged by jenkins-bot:
Load module 'ext.wikiEditor.toolbar.styles'

https://gerrit.wikimedia.org/r/218820

TheDJ subscribed.