When adding or editing any kind of global textarea in Views (i.e. in the no results found option), the form element is floated:

Tested in Chrome and seems to be displayed correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | global-text-area-wysiwyg-before-firefox.png | 107.27 KB | dobrzyns |
| #18 | global-text-area-wysiwyg-after-firefox.png | 118.89 KB | dobrzyns |
| #16 | global-unfiltered-text-after.png | 19.49 KB | oadaeh |
| #16 | global-text-area-basic-html-before.png | 36.75 KB | oadaeh |
| #16 | global-text-area-basic-html-after.png | 28.32 KB | oadaeh |
Comments
Comment #1
mandarmbhagwat78 commentedHere is the solution patch.
Comment #3
mandarmbhagwat78 commentedHere is the updated patch.
Comment #4
mandarmbhagwat78 commentedComment #6
dawehnerPlease try to use the drupal core css style, which does not put everything in one line.
Comment #7
dawehner#3: views-ui-textarea-is-hidden-2029167.patch queued for re-testing.
Comment #8
dawehnerI guess our css codestyle looks different, but in general I don't have a clue about css.
Comment #9
oadaeh commentedCSS formatting guidelines
Comment #10
oadaeh commentedOh, I forgot to mention that, per @dawehner's request in #2031531-1: The text area does not display correctly, I will try to examine and test this on Saturday, when I should have a bit of free time, after I update my more than a month old ( :^( ) D8 installations.
Comment #11
oadaeh commentedThe proposed fix does correct the problem for me. I've attached a patch that conforms to the CSS formatting guidelines.
Comment #12
oadaeh commentedI've attached another patch that adds a partial fix for #2031531: The text area does not display correctly, because it's the same fix for this one.
Comment #13
oadaeh commentedCorrecting the component.
Comment #14
oadaeh commentedIn testing #2031531: The text area does not display correctly to find the fixes to the last problems, I discovered the patch originally proposed to fix this problem was not correct. The attached patch is the correct fix for this problem, and it also fixes the additional, related problems in the other issue.
Comment #15
dawehnerJust for review it would be great to post a screenshot before and after.
Comment #16
oadaeh commentedpcambra supplied the before screen shot for Global: Unfiltered text.

Here is the after:
The before shot for the Global: Text area and the Basic HTML Text format (the Full HTML Text format is the same):

The after shot for the Global: Text area and the Basic HTML Text format (the Full HTML Text format is the same):

The before shot for the Global: Text area and the Restricted HTML Text format:

The after shot for the Global: Text area and the Restricted HTML Text format:

FYI, the appearance and behavior is the same for for Bartik, Seven, and Stark, and the fix applies correctly for all three themes.
Comment #17
yannickooComment #18
dobrzyns commentedI was able to apply the patch and tested in FF 22, Chrome 28.0.1500.95, and Safari 6.0.5 on Mac 10.8.4. The appearance is the same with both Seven and Bartik.
FF Before with Seven:

FF After with Seven:

The CSS looks good.
Comment #19
dobrzyns commentedComment #20
alexpottCommitted 5f0fc08 and pushed to 8.x. Thanks!