# Emoji 的跌落

**URL:** <https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261>\
**Category:** Support\
**Created:** [2019年一月11日 09:42 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261 "2019-01-11T09:42:22Z")\
**Posts on this page:** 9\
**Page:** 1

<div class="post-metadata">

**Author:** ![MichelleBasey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michellebasey/32/129433_2.png) [@MichelleBasey](https://meta.discourse.org/u/MichelleBasey)\
**Post date:** [2019年一月11日 09:42 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/1 "2019-01-11T09:42:22Z")

</div>

STEPS:

1. open editor window (via reply or New Topic)

2. create several lines of text until it’s longer than the visible window height

3. scroll back up so the end isn’t visible

4. click somewhere in the visible text and type “:” to begin the emojii process

5. select one (either in the immediate list or from the “more …” list)

RESULT:  
The screen pops down to the end.

MORE DATA  
The blinky cursor stays where you were typing. You are just no longer seeing that part of the post anymore.

This problem started recently (like past couple weeks maybe?).

The problem was just confirmed on a completely different OS and browser. (so fairly confident it’s not “just me and my weird computer world”)

I know, I know, the “real” solution is to stop adding emojii’s while editing a post. LOL

🌟

---

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2019年一月11日 09:59 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/2 "2019-01-11T09:59:25Z")

</div>

Hi,

no repro with your steps for me. Can you repro on [try.discourse.org](http://try.discourse.org) please ?

---

<div class="post-metadata">

**Author:** ![MichelleBasey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michellebasey/32/129433_2.png) [@MichelleBasey](https://meta.discourse.org/u/MichelleBasey)\
**Post date:** [2019年一月11日 11:23 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/3 "2019-01-11T11:23:20Z")

</div>

I am reproducing it on [try.discourse.org](http://try.discourse.org).

I was also reproducing it on  
[party.michellebasey.com](http://party.michellebasey.com) (still in Trial land)  
[community.sethgodinfanclub.com](http://community.sethgodinfanclub.com)  
and 2 of Seth’s workshops  
☀  
hmm …

It doesn’t happen unless the text is taller than the viewable editing window.

If I type  
adf  
adf  
adf  
adf  
adf  
adf  
adfa  
dsfa  
sdfasdfdsfa  
enough times to get a scroll bar

then use my mouse rolly wheel to go back toward the top, then type : and select an emojii … that’s when it happens

if I fully type the name of the emojii, all is well

hmmm …

---

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [2019年一月11日 16:13 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/4 "2019-01-11T16:13:10Z")

</div>

I can repro here on meta

[https://global.discourse-cdn.com/meta/original/3X/0/4/04f32a2393ceea45d90d1e46c9345f63a8c6ccfa.mp4](https://global.discourse-cdn.com/meta/original/3X/0/4/04f32a2393ceea45d90d1e46c9345f63a8c6ccfa.mp4)

---

<div class="post-metadata">

**Author:** ![MichelleBasey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michellebasey/32/129433_2.png) [@MichelleBasey](https://meta.discourse.org/u/MichelleBasey)\
**Post date:** [2019年一月11日 23:21 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/6 "2019-01-11T23:21:39Z")

</div>

I’m seeing it with @ as well, (hopefully a “shared code” kind of problem).

---

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2019年一月24日 10:36 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/8 "2019-01-24T10:36:22Z")

</div>

Ok finally got why I wasn’t getting a repro, it only “works” if you click on emoji with the mouse, not when you select with Enter

Investigating…

---

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2019年一月24日 12:08 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/9 "2019-01-24T12:08:20Z")

</div>

This should be fixed by:

[https://github.com/discourse/discourse/pull/6942](https://github.com/discourse/discourse/pull/6942)

---

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2019年一月24日 12:09 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/10 "2019-01-24T12:09:59Z")

</div>

Note: we should really move mention autocompletion stuff from composer-editor to d-editor. It’s kind of unexpected, emojis and categories are in d-editor and mentions in composer-editor

---

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2019年一月26日 17:00 UTC](https://meta.discourse.org/t/emojiis-leap-to-the-bottom/106261/11 "2019-01-26T17:00:27Z")

</div>

This topic was automatically closed after 2 days. New replies are no longer allowed.
